You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2004/11/04 18:05:39 UTC

svn commit: rev 56611 - incubator/directory/seda/trunk/src/test/org/apache/seda/examples

Author: trustin
Date: Thu Nov  4 09:05:38 2004
New Revision: 56611

Modified:
   incubator/directory/seda/trunk/src/test/org/apache/seda/examples/EchoProtocolProviderTest.java
Log:
Uncommented UDP test because it passes now.

Modified: incubator/directory/seda/trunk/src/test/org/apache/seda/examples/EchoProtocolProviderTest.java
==============================================================================
--- incubator/directory/seda/trunk/src/test/org/apache/seda/examples/EchoProtocolProviderTest.java	(original)
+++ incubator/directory/seda/trunk/src/test/org/apache/seda/examples/EchoProtocolProviderTest.java	Thu Nov  4 09:05:38 2004
@@ -102,7 +102,7 @@
             fillWriteBuffer(writeBuf, i);
             client.send(writeBuf, writeBuf.length, InetAddress.getLocalHost(), port);
         }
-
+        
         byte[] readBuf = new byte[writeBuf.length];
 
         for (int i = 0; i < 10; i++)