8300909: Update com/sun/jndi/dns/Test6991580.java manual test instruction

Reviewed-by: alanb
This commit is contained in:
Bill Huang 2023-01-31 22:12:07 +00:00
parent 6beadbbe9f
commit 09bfbf8063

@ -62,8 +62,9 @@ public class Test6991580 {
"Modify the /etc/resolv.conf file if needed. "
+ "Don't forget to save the original content of the file.",
"3. Type \"cd " + System.getProperty("test.classes") + "\".",
"4. Type \"" + System.getProperty("java.home") +
"/bin/java IPv6NameserverPlatformParsingTest\".",
"4. Type \"" + System.getProperty("java.home") + "/bin/java"
+ " --add-opens jdk.naming.dns/com.sun.jndi.dns=ALL-UNNAMED"
+ " IPv6NameserverPlatformParsingTest\".",
"5. If you see",
"\"PASS: Found IPv6 address and DnsClient parsed it correctly.\"",
", press PASS else press FAIL.",
@ -317,7 +318,7 @@ class TestDialog extends Dialog implements ActionListener
if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
printStr = remainingStr.substring( 0, posOfSpace + 1 );
printStr = remainingStr.substring( 0, posOfSpace + 1 ) + " \\";
remainingStr = remainingStr.substring( posOfSpace + 1 );
}
//else just print