jdk/test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java
changeset 32036 f7693603b12c
parent 29979 4f003e691877
--- a/jdk/test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java	Thu Aug 06 16:36:47 2015 +0200
+++ b/jdk/test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java	Thu Aug 06 19:01:40 2015 +0300
@@ -31,25 +31,12 @@
 import com.sun.jndi.dns.DnsContext;
 
 /**
- * @test
  * @bug 6991580
  * @summary IPv6 Nameservers in resolv.conf throws NumberFormatException
- * @run main/manual IPv6NameserverPlatformParsingTest
- *
- * In order to run this test be sure to place, for example, the following
- * snippet into your platform's {@code /etc/resolv.conf}:
- * <pre>
- * nameserver 127.0.0.1
- * nameserver 2001:4860:4860::8888
- * nameserver [::1]:5353
- * nameserver 127.0.0.1:5353
- * </pre>
- *
- * Then, run this test as manual jtreg test.
  *
  * @author Severin Gehwolf
- *
  */
+
 public class IPv6NameserverPlatformParsingTest {
 
     private static boolean foundIPv6 = false;