test/jdk/javadoc/doclet/testLinkOption/TestBadLinkOption.java

Print this page

        

*** 47,58 **** "-link", out, "pkg"); checkExit(Exit.OK); // TODO: the file it is trying to read, out/out/package-list, warrants investigation ! checkOutput(Output.WARNING, true, "Error reading file:"); - - checkOutput(Output.ERROR, false, - "Error reading file:"); } } --- 47,55 ---- "-link", out, "pkg"); checkExit(Exit.OK); // TODO: the file it is trying to read, out/out/package-list, warrants investigation ! checkOutput(Output.OUT, true, "Error reading file:"); } }