< prev index next >

test/serviceability/logging/TestQuotedLogOutputs.java

Print this page

        

*** 23,42 **** /* * @test TestQuotedLogOutputs * @summary Ensure proper parsing of quoted output names for -Xlog arguments. * @modules java.base/jdk.internal.misc ! * @library /testlibrary */ import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.Asserts; ! import jdk.test.lib.ProcessTools; ! import jdk.test.lib.OutputAnalyzer; public class TestQuotedLogOutputs { public static void main(String[] args) throws Exception { // Ensure log files can be specified with full path. --- 23,42 ---- /* * @test TestQuotedLogOutputs * @summary Ensure proper parsing of quoted output names for -Xlog arguments. * @modules java.base/jdk.internal.misc ! * @library /test/lib */ import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.Asserts; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class TestQuotedLogOutputs { public static void main(String[] args) throws Exception { // Ensure log files can be specified with full path.
< prev index next >