Code Review 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
Chris Hegarty
chris.hegarty at oracle.com
Tue Jul 20 02:03:58 PDT 2010
Dmitry, Alan,
Trivially update the @run tag to the correct class name.
diff -r f3a4c1947fd1 test/java/net/NetworkInterface/IPv4Only.java
--- a/test/java/net/NetworkInterface/IPv4Only.java Tue Jul 13 20:27:01
2010 +0800
+++ b/test/java/net/NetworkInterface/IPv4Only.java Tue Jul 20 10:06:05
2010 +0100
@@ -23,7 +23,7 @@
/* @test
* @bug 6964714
- * @run main/othervm NetworkInterfaceV6List
+ * @run main/othervm IPv4Only
* @summary Test the networkinterface listing with
java.net.preferIPv4Stack=true.
*/
-Chris.
More information about the net-dev
mailing list