langtools/test/com/sun/javadoc/testNavigation/TestNavigation.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    63             "<div class=\"skipNav\"><a href=\"#skip.navbar.top\" title=\"Skip navigation links\">Skip navigation links</a></div>\n" +
    63             "<div class=\"skipNav\"><a href=\"#skip.navbar.top\" title=\"Skip navigation links\">Skip navigation links</a></div>\n" +
    64             "<a name=\"navbar.top.firstrow\">\n" +
    64             "<a name=\"navbar.top.firstrow\">\n" +
    65             "<!--   -->\n" +
    65             "<!--   -->\n" +
    66             "</a>"}
    66             "</a>"}
    67     };
    67     };
    68     private static final String[][] NEGATED_TEST = NO_TEST;
       
    69 
    68 
    70     /**
    69     /**
    71      * The entry point of the test.
    70      * The entry point of the test.
    72      * @param args the array of command line arguments.
    71      * @param args the array of command line arguments.
    73      */
    72      */
    74     public static void main(String[] args) {
    73     public static void main(String[] args) {
    75         TestNavigation tester = new TestNavigation();
    74         TestNavigation tester = new TestNavigation();
    76         tester.run(ARGS, TEST, NEGATED_TEST);
    75         tester.run(ARGS, TEST, NO_TEST);
    77         tester.printSummary();
    76         tester.printSummary();
    78     }
    77     }
    79 
    78 
    80     /**
    79     /**
    81      * {@inheritDoc}
    80      * {@inheritDoc}