test/com/sun/javadoc/testSimpleTag/TestSimpleTag.java

changeset 2147
130b8c0e570e
parent 798
4868a36f6fd8
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testSimpleTag/TestSimpleTag.java	Fri Oct 18 15:03:34 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testSimpleTag/TestSimpleTag.java	Fri Oct 18 16:34:42 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,7 +23,7 @@
    1.11  
    1.12  /*
    1.13   * @test
    1.14 - * @bug 4695326 4750173 4920381
    1.15 + * @bug 4695326 4750173 4920381 8026567
    1.16   * @summary Test the declarartion of simple tags using -tag. Verify that
    1.17   * "-tag name" is a shortcut for "-tag name:a:Name:".  Also verity that
    1.18   * you can escape the ":" character with a back slash so that it is not
    1.19 @@ -42,13 +42,13 @@
    1.20      private static final String[][] TEST =
    1.21          new String[][] {
    1.22              {"./" + BUG_ID + "/C.html",
    1.23 -                "<span class=\"strong\">Todo:</span>"},
    1.24 +                "<span class=\"simpleTagLabel\">Todo:</span>"},
    1.25              {"./" + BUG_ID + "/C.html",
    1.26 -                "<span class=\"strong\">EJB Beans:</span>"},
    1.27 +                "<span class=\"simpleTagLabel\">EJB Beans:</span>"},
    1.28              {"./" + BUG_ID + "/C.html",
    1.29 -                "<span class=\"strong\">Regular Tag:</span>"},
    1.30 +                "<span class=\"simpleTagLabel\">Regular Tag:</span>"},
    1.31              {"./" + BUG_ID + "/C.html",
    1.32 -                "<span class=\"strong\">Back-Slash-Tag:</span>"},
    1.33 +                "<span class=\"simpleTagLabel\">Back-Slash-Tag:</span>"},
    1.34          };
    1.35  
    1.36      private static final String[] ARGS = new String[] {

mercurial