langtools/test/jdk/javadoc/doclet/testIndex/TestIndex.java
changeset 36705 890c250d8da8
parent 35426 374342e56a56
child 36709 f9f252088afa
equal deleted inserted replaced
36503:4a95f4b1bd8b 36705:890c250d8da8
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, 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.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug      4852280 4517115 4973608 4994589 8026567
    26  * @bug      4852280 4517115 4973608 4994589 8026567 8071982
    27  * @summary  Perform tests on index.html file.
    27  * @summary  Perform tests on index.html file.
    28  *           Also test that index-all.html has the appropriate output.
    28  *           Also test that index-all.html has the appropriate output.
    29  *           Test for unnamed package in index.
    29  *           Test for unnamed package in index.
    30  * @author   jamieh
    30  * @author   jamieh
    31  * @library  ../lib
    31  * @library  ../lib
    73                 + "<dd>&nbsp;</dd>\n"
    73                 + "<dd>&nbsp;</dd>\n"
    74                 + "<dt><span class=\"memberNameLink\"><a href=\"pkg/C.html#JDK\">JDK</a></span> "
    74                 + "<dt><span class=\"memberNameLink\"><a href=\"pkg/C.html#JDK\">JDK</a></span> "
    75                 + "- Static variable in class pkg.<a href=\"pkg/C.html\" title=\"class in pkg\">"
    75                 + "- Static variable in class pkg.<a href=\"pkg/C.html\" title=\"class in pkg\">"
    76                 + "C</a></dt>\n"
    76                 + "C</a></dt>\n"
    77                 + "<dd>&nbsp;</dd>\n"
    77                 + "<dd>&nbsp;</dd>\n"
    78                 + "</dl>");
    78                 + "</dl>",
       
    79                 "<dt><span class=\"searchTagLink\"><a href=\"pkg/Coin.html#Enum\">Enum</a>"
       
    80                 + "</span> - Search tag in pkg.Coin</dt>");
    79     }
    81     }
    80 }
    82 }