langtools/test/com/sun/javadoc/testPackageDeprecation/TestPackageDeprecation.java
changeset 26900 dccc7a72526d
parent 24399 af1a0220d0fa
child 30730 d3ce7619db2c
equal deleted inserted replaced
26786:f0c5e4b732da 26900:dccc7a72526d
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug      6492694 8026567
    26  * @bug      6492694 8026567 8048351
    27  * @summary  Test package deprecation.
    27  * @summary  Test package deprecation.
    28  * @author   bpatel
    28  * @author   bpatel
    29  * @library  ../lib/
    29  * @library  ../lib/
    30  * @build    JavadocTester TestPackageDeprecation
    30  * @build    JavadocTester TestPackageDeprecation
    31  * @run main TestPackageDeprecation
    31  * @run main TestPackageDeprecation
    68 
    68 
    69         checkOutput("overview-summary.html", false,
    69         checkOutput("overview-summary.html", false,
    70                 "pkg1");
    70                 "pkg1");
    71         checkOutput("allclasses-frame.html", false,
    71         checkOutput("allclasses-frame.html", false,
    72                 "FooDepr");
    72                 "FooDepr");
       
    73         checkOutput("class-use/C2.ModalExclusionType.html", true,
       
    74                 "<td class=\"colFirst\"><a href=\"#unnamed.package\">&lt;Unnamed&gt;</a></td>");
    73 
    75 
    74         checkFiles(false,
    76         checkFiles(false,
    75                 "pkg1/package-summary.html",
    77                 "pkg1/package-summary.html",
    76                 "FooDepr.html");
    78                 "FooDepr.html");
    77     }
    79     }