langtools/test/com/sun/javadoc/testRelativeLinks/TestRelativeLinks.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    94             " href=\"../../pkg/relative-multi-line-link.html\">relative-multi-line-link</a>."},
    94             " href=\"../../pkg/relative-multi-line-link.html\">relative-multi-line-link</a>."},
    95 
    95 
    96         //PACKAGE OVERVIEW
    96         //PACKAGE OVERVIEW
    97         {BUG_ID + "/overview-summary.html",
    97         {BUG_ID + "/overview-summary.html",
    98             "<a href=\"./pkg/relative-package-link.html\">relative package link</a>"},
    98             "<a href=\"./pkg/relative-package-link.html\">relative package link</a>"},
    99 
       
   100 
       
   101     };
    99     };
   102     private static final String[][] NEGATED_TEST = NO_TEST;
       
   103 
   100 
   104     /**
   101     /**
   105      * The entry point of the test.
   102      * The entry point of the test.
   106      * @param args the array of command line arguments.
   103      * @param args the array of command line arguments.
   107      */
   104      */
   108     public static void main(String[] args) {
   105     public static void main(String[] args) {
   109         TestRelativeLinks tester = new TestRelativeLinks();
   106         TestRelativeLinks tester = new TestRelativeLinks();
   110         tester.run(ARGS, TEST, NEGATED_TEST);
   107         tester.run(ARGS, TEST, NO_TEST);
   111         tester.printSummary();
   108         tester.printSummary();
   112     }
   109     }
   113 
   110 
   114     /**
   111     /**
   115      * {@inheritDoc}
   112      * {@inheritDoc}