< prev index next >

test/jdk/java/lang/ClassLoader/getResource/GetResource.java

Print this page
rev 51638 : [mq]: 8210112

@@ -23,11 +23,12 @@
 
 /*
  * @test
  * @bug 6760902
  * @library /lib/testlibrary
- * @build jdk.testlibrary.ProcessTools
+ * @library /test/lib
+ * @build jdk.test.lib.process.ProcessTools
  * @run testng GetResource
  * @summary Empty path on bootclasspath is not default to current working
  *          directory for both class lookup and resource lookup whereas
  *          empty path on classpath is default to current working directory.
  */

@@ -43,11 +44,11 @@
 import java.util.Map;
 import java.util.stream.Collectors;
 import java.util.stream.Stream;
 
 import jdk.testlibrary.JDKToolFinder;
-import static jdk.testlibrary.ProcessTools.*;
+import static jdk.test.lib.process.ProcessTools.*;
 
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
< prev index next >