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

changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
758:bcbc86cc5b31 766:90af8d87741f
49 for (int i = 0; i < tests.length-1; i++) { 49 for (int i = 0; i < tests.length-1; i++) {
50 tests[i][0] = BUG_ID + FS + "constant-values.html"; 50 tests[i][0] = BUG_ID + FS + "constant-values.html";
51 tests[i][1] = "TEST"+(i+1)+"PASSES"; 51 tests[i][1] = "TEST"+(i+1)+"PASSES";
52 } 52 }
53 tests[tests.length-1][0] = BUG_ID + FS + "constant-values.html"; 53 tests[tests.length-1][0] = BUG_ID + FS + "constant-values.html";
54 tests[tests.length-1][1] = "<CODE>\"&lt;Hello World&gt;\"</CODE>"; 54 tests[tests.length-1][1] = "<code>\"&lt;Hello World&gt;\"</code>";
55 TestConstantValuesDriver tester = new TestConstantValuesDriver(); 55 TestConstantValuesDriver tester = new TestConstantValuesDriver();
56 run(tester, ARGS, tests, NO_TEST); 56 run(tester, ARGS, tests, NO_TEST);
57 tester.printSummary(); 57 tester.printSummary();
58 } 58 }
59 59

mercurial