langtools/test/com/sun/javadoc/testValueTag/TestValueTag.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    86         //Retrieve value of constant from a package page
    86         //Retrieve value of constant from a package page
    87         {BUG_ID + FS + "pkg2" + FS + "package-summary.html",
    87         {BUG_ID + FS + "pkg2" + FS + "package-summary.html",
    88             "Result: <A HREF=\"../pkg2/Class3.html#TEST_17_PASSES\">\"Test 17 passes\"</A>"},
    88             "Result: <A HREF=\"../pkg2/Class3.html#TEST_17_PASSES\">\"Test 17 passes\"</A>"},
    89         //Test @value tag used with custom tag.
    89         //Test @value tag used with custom tag.
    90         {BUG_ID + FS + "pkg1" + FS + "CustomTagUsage.html",
    90         {BUG_ID + FS + "pkg1" + FS + "CustomTagUsage.html",
    91             "<DT><B>Todo:</B></DT>" + NL +
    91             "<DT><STRONG>Todo:</STRONG></DT>" + NL +
    92                 "  <DD>the value of this constant is 55.</DD>"},
    92                 "  <DD>the value of this constant is 55.</DD>"},
    93         //Test @value warning printed when used with non-constant.
    93         //Test @value warning printed when used with non-constant.
    94         {WARNING_OUTPUT,"warning - @value tag (which references nonConstant) " +
    94         {WARNING_OUTPUT,"warning - @value tag (which references nonConstant) " +
    95             "can only be used in constants."
    95             "can only be used in constants."
    96         },
    96         },