--- a/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java Thu Nov 16 15:01:45 2017 -0800
+++ b/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java Thu Nov 16 15:06:17 2017 -0800
@@ -64,10 +64,8 @@
checkExit(Exit.OK);
checkOutput("overview-summary.html", true,
- "<span><a href=\"javascript:showGroups(1);\">abc < & > def</a></span>");
-
- checkOutput("overview-summary.html", false,
- "abc < & > def");
+ "<span><a href=\"javascript:showGroups(1);\">abc < & > def</a></span>",
+ ",\"abc < & > def\"],");
}
@Test
@@ -99,10 +97,8 @@
checkExit(Exit.OK);
checkOutput("overview-summary.html", true,
- "<span><a href=\"javascript:showGroups(1);\">abc < & > def</a></span>");
-
- checkOutput("overview-summary.html", false,
- "abc < & > def");
+ "<span><a href=\"javascript:showGroups(1);\">abc < & > def</a></span>",
+ ",\"abc < & > def\"],");
}
}