test/langtools/jdk/javadoc/doclet/AccessAsciiArt/AccessAsciiArt.java
changeset 48654 36f58bd6269f
parent 47216 71c04702a3d5
child 53097 2e82ca64b25d
equal deleted inserted replaced
48653:89111a0e6355 48654:36f58bd6269f
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    46                 "p1", "p1.subpkg");
    46                 "p1", "p1.subpkg");
    47         checkExit(Exit.OK);
    47         checkExit(Exit.OK);
    48 
    48 
    49         checkOutput("p1/subpkg/SSC.html", true,
    49         checkOutput("p1/subpkg/SSC.html", true,
    50                 // Test the top line of the class tree
    50                 // Test the top line of the class tree
    51                 "<li><a href=\"../../p1/C.html\" title=\"class in p1\">p1.C</a></li>",
    51                 "<li><a href=\"../C.html\" title=\"class in p1\">p1.C</a></li>",
    52                 // Test the second line of the class tree
    52                 // Test the second line of the class tree
    53                 "<li><a href=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</a></li>",
    53                 "<li><a href=\"../SC.html\" title=\"class in p1\">p1.SC</a></li>",
    54                 // Test the third line of the class tree
    54                 // Test the third line of the class tree
    55                 "<li>p1.subpkg.SSC</li>");
    55                 "<li>p1.subpkg.SSC</li>");
    56     }
    56     }
    57 }
    57 }