--- a/langtools/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java Tue Nov 30 09:38:48 2010 -0800
+++ b/langtools/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java Wed Dec 01 11:02:38 2010 -0800
@@ -51,7 +51,7 @@
tests[i][1] = "TEST"+(i+1)+"PASSES";
}
tests[tests.length-1][0] = BUG_ID + FS + "constant-values.html";
- tests[tests.length-1][1] = "<CODE>\"<Hello World>\"</CODE>";
+ tests[tests.length-1][1] = "<code>\"<Hello World>\"</code>";
TestConstantValuesDriver tester = new TestConstantValuesDriver();
run(tester, ARGS, tests, NO_TEST);
tester.printSummary();