diff -r 1e7ad879f15e -r 933ba3f81a87 test/com/sun/javadoc/testWarnings/TestWarnings.java --- a/test/com/sun/javadoc/testWarnings/TestWarnings.java Thu Oct 10 08:51:55 2013 +0200 +++ b/test/com/sun/javadoc/testWarnings/TestWarnings.java Thu Oct 10 10:51:15 2013 -0700 @@ -23,7 +23,7 @@ /* * @test - * @bug 4515705 4804296 4702454 4697036 + * @bug 4515705 4804296 4702454 4697036 8025633 * @summary Make sure that first sentence warning only appears once. * Make sure that only warnings/errors are printed when quiet is used. * Make sure that links to private/unincluded methods do not cause @@ -65,8 +65,8 @@ }; private static final String[][] TEST2 = { - {BUG_ID + FS + "pkg" + FS + "X.html", "m()
"}, - {BUG_ID + FS + "pkg" + FS + "X.html", "X()
"}, + {BUG_ID + FS + "pkg" + FS + "X.html", "m()
"}, + {BUG_ID + FS + "pkg" + FS + "X.html", "X()
"}, {BUG_ID + FS + "pkg" + FS + "X.html", "f
"}, };