Code Review 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
Alan Bateman
Alan.Bateman at oracle.com
Tue Jul 20 03:13:47 PDT 2010
Chris Hegarty wrote:
> 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.
>
Looks good to me.
-Alan
More information about the net-dev
mailing list