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++)