Author: fhanik Date: Tue May 16 10:12:32 2006 New Revision: 406994 URL: http://svn.apache.org/viewcvs?rev=406994&view=rev Log: More checks
Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestChannelOptionFlag.java Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestChannelOptionFlag.java URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestChannelOptionFlag.java?rev=406994&r1=406993&r2=406994&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestChannelOptionFlag.java (original) +++ tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/test/channel/TestChannelOptionFlag.java Tue May 16 10:12:32 2006 @@ -57,6 +57,9 @@ i = new TestInterceptor(); i.setOptionFlag(64); channel.addInterceptor(i); + i = new TestInterceptor(); + i.setOptionFlag(256); + channel.addInterceptor(i); try { channel.start(channel.DEFAULT); }catch ( ChannelException x ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]