langtools/test/jdk/javadoc/doclet/testSearch/TestSearch.java
changeset 41451 a847c7aa25a7
parent 36709 f9f252088afa
child 41523 da4f500b886d
equal deleted inserted replaced
41450:83877f4dd010 41451:a847c7aa25a7
    71 
    71 
    72     @Test
    72     @Test
    73     void test2a() {
    73     void test2a() {
    74         javadoc("-d", "out-2a", "-Xdoclint:all", "-sourcepath", testSrc,
    74         javadoc("-d", "out-2a", "-Xdoclint:all", "-sourcepath", testSrc,
    75                 "-use", "pkg", "pkg1", "pkg2", "pkg3");
    75                 "-use", "pkg", "pkg1", "pkg2", "pkg3");
    76         checkExit(Exit.FAILED);
    76         checkExit(Exit.ERROR);
    77         checkDocLintErrors();
    77         checkDocLintErrors();
    78         checkSearchOutput(true);
    78         checkSearchOutput(true);
    79         checkSingleIndex(true);
    79         checkSingleIndex(true);
    80         checkJqueryAndImageFiles(true);
    80         checkJqueryAndImageFiles(true);
    81         checkFiles(true,
    81         checkFiles(true,