diff -r fac0d1bb87f2 -r 3d4f0fa2ad05 test/com/sun/javadoc/testProfiles/TestProfiles.java --- a/test/com/sun/javadoc/testProfiles/TestProfiles.java Wed Aug 14 18:58:39 2013 -0700 +++ b/test/com/sun/javadoc/testProfiles/TestProfiles.java Wed Aug 14 21:44:51 2013 -0700 @@ -23,7 +23,7 @@ /* * @test - * @bug 8006124 8009684 + * @bug 8006124 8009684 8016921 * @summary Test javadoc support for profiles. * @author Bhavesh Patel * @library ../lib/ @@ -33,7 +33,7 @@ public class TestProfiles extends JavadocTester { //Test information. - private static final String BUG_ID = "8006124-8009684"; + private static final String BUG_ID = "8006124-8009684-8016921"; private static final String PROFILE_BUG_ID = BUG_ID + "-1"; private static final String PACKAGE_BUG_ID = BUG_ID + "-2"; //Javadoc arguments. @@ -105,6 +105,14 @@ {PROFILE_BUG_ID + FS + "index.html", "" + }, + //Test for "overview-summary.html" showing the profile list. + {PROFILE_BUG_ID + FS + "overview-summary.html", + "" } }; private static final String[][] PROFILES_NEGATED_TEST = { @@ -159,6 +167,13 @@ }, {PACKAGE_BUG_ID + FS + "pkg2" + FS + "Class1Pkg2.html", "
compact1, compact2, compact3
" + }, + {PACKAGE_BUG_ID + FS + "overview-summary.html", + "" } };