diff -r bcbc86cc5b31 -r 90af8d87741f test/com/sun/javadoc/testMemberSummary/TestMemberSummary.java --- a/test/com/sun/javadoc/testMemberSummary/TestMemberSummary.java Tue Nov 30 09:38:48 2010 -0800 +++ b/test/com/sun/javadoc/testMemberSummary/TestMemberSummary.java Wed Dec 01 11:02:38 2010 -0800 @@ -48,21 +48,23 @@ private static final String[][] TEST = { // Check return type in member summary. {BUG_ID + FS + "pkg" + FS + "PublicChild.html", - " PublicChild" + NL + - "returnTypeTest()" + "PublicChild" + NL + + "" + + "returnTypeTest()" }, // Check return type in member detail. {BUG_ID + FS + "pkg" + FS + "PublicChild.html", - "public PublicChild " + - "returnTypeTest()" + "
public " +
+            "PublicChild returnTypeTest()
" }, // Legacy anchor dimensions (6290760) {BUG_ID + FS + "pkg2" + FS + "A.html", - "" + "" + NL + + "" + NL + + "" + NL + + "" + NL + + "" }, }; private static final String[][] NEGATED_TEST = NO_TEST;