test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java
changeset 50167 cc705c956798
parent 47847 7640bc1eb94f
child 50293 edfb87b2520e
--- a/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java	Thu May 17 08:41:01 2018 -0700
+++ b/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java	Thu May 17 12:59:53 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, 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
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 8190003
+ * @bug 8190003 8196201
  * @summary Special characters in group names should be escaped
  * @library /tools/lib ../lib
  * @modules jdk.javadoc/jdk.javadoc.internal.tool
@@ -64,7 +64,7 @@
         checkExit(Exit.OK);
 
         checkOutput("overview-summary.html", true,
-                "<span><a href=\"javascript:showGroups(1);\">abc &lt; &amp; &gt; def</a></span>",
+                "<span><a href=\"javascript:show(1);\">abc &lt; &amp; &gt; def</a></span>",
                 ",\"abc < & > def\"],");
     }
 
@@ -97,7 +97,7 @@
         checkExit(Exit.OK);
 
         checkOutput("overview-summary.html", true,
-                "<span><a href=\"javascript:showGroups(1);\">abc &lt; &amp; &gt; def</a></span>",
+                "<span><a href=\"javascript:show(1);\">abc &lt; &amp; &gt; def</a></span>",
                 ",\"abc < & > def\"],");
     }
 }