diff -r eabbb779d3eb -r 07c09e65ca0f test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java --- a/test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java Tue Jan 15 19:10:40 2019 -0800 +++ b/test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java Wed Jan 16 11:15:25 2019 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -24,7 +24,7 @@ /* * @test * @bug 4496290 4985072 7006178 7068595 8016328 8050031 8048351 8081854 8071982 8162363 8175200 8186332 - * 8182765 8196202 + * 8182765 8196202 8202626 * @summary A simple test to ensure class-use files are correct. * @author jamieh * @library ../../lib @@ -39,7 +39,6 @@ public static void main(String... args) throws Exception { TestUseOption tester = new TestUseOption(); - tester.setAutomaticCheckLinks(false); // @ignore JDK-8202626 tester.runTests(); } @@ -201,7 +200,7 @@ checkOutput("package-use.html", true, "" + "UsedInC", - "<Unnamed>\n" + "<Unnamed>\n" + " " ); } @@ -219,7 +218,7 @@ "
  • " ); checkOutput("package-use.html", true, - "<Unnamed>\n" + "<Unnamed>\n" + " " ); }