6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing
Alan Bateman
Alan.Bateman at oracle.com
Fri Sep 10 03:17:08 PDT 2010
This test connects to the daytime and discard service on the configured
test host. It's the only test we have that connects to the discard port
(to my knowledge anyway). I'd like to remove that dependency with the
following patch. It will continue to test by connecting to the daytime
service.
Thanks,
Alan.
diff -r cecc431cd78a test/java/nio/channels/Selector/ConnectWrite.java
--- a/test/java/nio/channels/Selector/ConnectWrite.java Tue Sep 07
08:36:10 2010 +0100
+++ b/test/java/nio/channels/Selector/ConnectWrite.java Fri Sep 10
11:15:30 2010 +0100
@@ -38,7 +38,6 @@ public class ConnectWrite {
public static void main(String[] args) throws Exception {
test1(13);
- test1(9);
}
public static void test1(int port) throws Exception {
More information about the nio-dev
mailing list