test/langtools/jdk/javadoc/doclet/AccessSummary/AccessSummary.java
changeset 47447 9887d1bc3e9c
parent 47216 71c04702a3d5
child 49139 771616d26ca1
--- a/test/langtools/jdk/javadoc/doclet/AccessSummary/AccessSummary.java	Wed Oct 25 10:40:45 2017 -0700
+++ b/test/langtools/jdk/javadoc/doclet/AccessSummary/AccessSummary.java	Wed Oct 25 12:29:00 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2017, 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      4637604 4775148
+ * @bug      4637604 4775148 8183037
  * @summary  Test the tables for summary attribute
  * @author   dkramer
  * @library ../lib
@@ -48,7 +48,7 @@
         javadoc("-d", "out", "-sourcepath", testSrc, "p1", "p2");
         checkExit(Exit.OK);
         checkOutput("overview-summary.html", true,
-                 "summary=\"Packages table, listing packages, and an explanation\"");
+                 "summary=\"Package Summary table, listing packages, and an explanation\"");
 
         // Test that the summary attribute appears
         checkOutput("p1/C1.html", true,