test/langtools/jdk/javadoc/doclet/testHtmlLandmarkRegions/TestHtmlLandmarkRegions.java
changeset 53391 a99bd2570660
parent 53270 f3a42c440fcb
child 53562 0d9dee001667
equal deleted inserted replaced
53390:46db9786cd67 53391:a99bd2570660
    55         tester.runTests(m -> new Object[]{Paths.get(m.getName())});
    55         tester.runTests(m -> new Object[]{Paths.get(m.getName())});
    56     }
    56     }
    57 
    57 
    58     TestHtmlLandmarkRegions() {
    58     TestHtmlLandmarkRegions() {
    59         tb = new ToolBox();
    59         tb = new ToolBox();
       
    60         setAutomaticCheckLinks(false); // @ignore 8217013
    60     }
    61     }
    61 
    62 
    62     @Test
    63     @Test
    63     public void testModules(Path base) throws Exception {
    64     public void testModules(Path base) throws Exception {
    64         Path srcDir = base.resolve("src");
    65         Path srcDir = base.resolve("src");