test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java
changeset 53391 a99bd2570660
parent 53097 2e82ca64b25d
--- a/test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java	Fri Jan 18 13:49:45 2019 -0500
+++ b/test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java	Fri Jan 18 11:26:30 2019 -0800
@@ -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
@@ -65,9 +65,8 @@
                 "<div class=\"block\">with a block tag</div>");
 
         checkOutput("pkg/BreakIteratorTest.html", true,
-                "<div class=\"block\">Return methods to the specified\n" +
-                " <a href=\"../com/sun/javadoc/package-summary.html#included\">access\n" +
-                " modifier option</a>.</div>");
+                "<div class=\"block\">with an anchor for the\n" +
+                " <a href=\"../index-all.html\">top level index</a>.</div>");
 
         checkOutput("pkg/BreakIteratorTest.html", true,
                 "<div class=\"block\">A constant indicating that the keyLocation is indeterminate\n" +