Index: modules/nio/src/test/java/org/apache/harmony/tests/java/nio/channels/ServerSocketChannelTest.java =================================================================== --- modules/nio/src/test/java/org/apache/harmony/tests/java/nio/channels/ServerSocketChannelTest.java (revision 394268) +++ modules/nio/src/test/java/org/apache/harmony/tests/java/nio/channels/ServerSocketChannelTest.java (working copy) @@ -341,7 +341,7 @@ System.err.println("Client connect fail!"); //$NON-NLS-1$ } else { ByteBuffer sendBuf = ByteBuffer.wrap(MSG_CLIENT.getBytes()); - + clientChannel.write(sendBuf); Thread.currentThread().sleep(TIME_UNIT); ByteBuffer receiveBuf = ByteBuffer.allocate(capacityNormal); clientChannel.read(receiveBuf); Index: modules/nio/make/common/build.xml =================================================================== --- modules/nio/make/common/build.xml (revision 394268) +++ modules/nio/make/common/build.xml (working copy) @@ -94,7 +94,6 @@ -