RFR: 8043118: update test/java/net/URLPermission/nstest/lookup.sh to use explicit @build target
Michael McMahon
michael.x.mcmahon at oracle.com
Wed May 14 10:35:01 UTC 2014
Could I get the following small test case change reviewed please?
This fixes a sporadic test case failure due to incorrect use of @build tag
in the script
--- a/test/java/net/URLPermission/nstest/lookup.sh
+++ b/test/java/net/URLPermission/nstest/lookup.sh
@@ -26,7 +26,7 @@
# @library /lib/testlibrary
# @compile -XDignore.symbol.file=true SimpleNameService.java
# LookupTest.java SimpleNameServiceDescriptor.java
-# @build jdk.testlibrary.*
+# @build jdk.testlibrary.Utils
# @run shell/timeout=50 lookup.sh
#
http://cr.openjdk.java.net/~michaelm/8043118/webrev.1/
Thanks
Michae
More information about the net-dev
mailing list