--- a/langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java Tue Nov 30 09:38:48 2010 -0800
+++ b/langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java Wed Dec 01 11:02:38 2010 -0800
@@ -45,10 +45,10 @@
//Input for string search tests.
private static final String[][] TEST = {
- {BUG_ID + FS + "C.html", "<DL>" + NL + "<DD>This is just a simple constructor." + NL +
- "<P>" + NL + "</DD>" + NL + "<DD><DL>" + NL + "<DT><STRONG>Parameters:</STRONG>" +
- "</DT><DD><CODE>i</CODE> - a param.</DD></DL>" + NL +
- "</DD>" + NL + "</DL>"
+ {BUG_ID + FS + "C.html", "<div class=\"block\">" +
+ "This is just a simple constructor.</div>" + NL +
+ "<dl><dt><span class=\"strong\">Parameters:</span></dt><dd>" +
+ "<code>i</code> - a param.</dd></dl>"
}
};
private static final String[][] NEGATED_TEST = NO_TEST;