test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java

changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
     1.1 --- a/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java	Tue Nov 30 09:38:48 2010 -0800
     1.2 +++ b/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java	Wed Dec 01 11:02:38 2010 -0800
     1.3 @@ -51,7 +51,7 @@
     1.4              tests[i][1] = "TEST"+(i+1)+"PASSES";
     1.5          }
     1.6          tests[tests.length-1][0] = BUG_ID + FS + "constant-values.html";
     1.7 -        tests[tests.length-1][1] = "<CODE>\"&lt;Hello World&gt;\"</CODE>";
     1.8 +        tests[tests.length-1][1] = "<code>\"&lt;Hello World&gt;\"</code>";
     1.9          TestConstantValuesDriver tester = new TestConstantValuesDriver();
    1.10          run(tester, ARGS, tests, NO_TEST);
    1.11          tester.printSummary();

mercurial