langtools/test/jdk/javadoc/doclet/testDeprecatedDocs/TestDeprecatedDocs.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      4927552 8026567
    26  * @bug      4927552 8026567 8071982
    27  * @summary  <DESC>
    27  * @summary  <DESC>
    28  * @author   jamieh
    28  * @author   jamieh
    29  * @library  ../lib
    29  * @library  ../lib
    30  * @modules jdk.javadoc
    30  * @modules jdk.javadoc
    31  * @build    JavadocTester
    31  * @build    JavadocTester
    48 
    48 
    49         checkOutput("deprecated-list.html", true,
    49         checkOutput("deprecated-list.html", true,
    50                 "annotation_test1 passes",
    50                 "annotation_test1 passes",
    51                 "annotation_test2 passes",
    51                 "annotation_test2 passes",
    52                 "annotation_test3 passes",
    52                 "annotation_test3 passes",
       
    53                 "annotation_test4 passes.",
    53                 "class_test1 passes",
    54                 "class_test1 passes",
    54                 "class_test2 passes",
    55                 "class_test2 passes",
    55                 "class_test3 passes",
    56                 "class_test3 passes",
    56                 "class_test4 passes",
    57                 "class_test4 passes",
    57                 "enum_test1 passes",
    58                 "enum_test1 passes",