langtools/test/com/sun/javadoc/testHeadings/TestHeadings.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
   106         },
   106         },
   107 
   107 
   108         // Overview Summary
   108         // Overview Summary
   109         {BUG_ID + "/overview-summary.html",
   109         {BUG_ID + "/overview-summary.html",
   110             "<title>Overview</title>"
   110             "<title>Overview</title>"
   111         },
   111         }
   112 
       
   113     };
   112     };
   114     private static final String[][] NEGATED_TEST = NO_TEST;
       
   115 
   113 
   116     /**
   114     /**
   117      * The entry point of the test.
   115      * The entry point of the test.
   118      * @param args the array of command line arguments.
   116      * @param args the array of command line arguments.
   119      */
   117      */
   120     public static void main(String[] args) {
   118     public static void main(String[] args) {
   121         TestHeadings tester = new TestHeadings();
   119         TestHeadings tester = new TestHeadings();
   122         tester.run(ARGS, TEST, NEGATED_TEST);
   120         tester.run(ARGS, TEST, NO_TEST);
   123         tester.printSummary();
   121         tester.printSummary();
   124     }
   122     }
   125 
   123 
   126     /**
   124     /**
   127      * {@inheritDoc}
   125      * {@inheritDoc}