< prev index next >

test/jdk/java/util/ResourceBundle/modules/cache/CacheTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 22,44 **** */ /** * @test * @bug 8170772 ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build CacheTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng CacheTest */ - import java.io.File; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; ! import jdk.testlibrary.OutputAnalyzer; ! import static jdk.testlibrary.ProcessTools.*; import jdk.test.lib.compiler.CompilerUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 22,42 ---- */ /** * @test * @bug 8170772 ! * @library /test/lib * @modules jdk.compiler ! * @build CacheTest jdk.test.lib.compiler.CompilerUtils * @run testng CacheTest */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; ! import static jdk.test.lib.process.ProcessTools.*; import jdk.test.lib.compiler.CompilerUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >