test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java

changeset 958
734144b6b22f
parent 798
4868a36f6fd8
child 1490
fc4cb1577ad6
     1.1 --- a/test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java	Sun Apr 03 17:00:50 2011 -0700
     1.2 +++ b/test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java	Mon Apr 04 10:14:23 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 2011, 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 @@ -29,8 +29,7 @@
    1.11   * @summary This test verifies the nesting of definition list tags.
    1.12   * @author Bhavesh Patel
    1.13   * @library ../lib/
    1.14 - * @build JavadocTester
    1.15 - * @build TestHtmlDefinitionListTag
    1.16 + * @build JavadocTester TestHtmlDefinitionListTag
    1.17   * @run main TestHtmlDefinitionListTag
    1.18   */
    1.19  
    1.20 @@ -43,7 +42,8 @@
    1.21      // Optional Element should print properly nested definition list tags
    1.22      // for default value.
    1.23      private static final String[][] TEST_ALL = {
    1.24 -        {BUG_ID + FS + "pkg1" + FS + "C1.html", "<pre>public class <strong>C1</strong>" + NL +
    1.25 +        {BUG_ID + FS + "pkg1" + FS + "C1.html", "<pre>public class " +
    1.26 +                 "<span class=\"strong\">C1</span>" + NL +
    1.27                   "extends java.lang.Object" + NL + "implements java.io.Serializable</pre>"},
    1.28          {BUG_ID + FS + "pkg1" + FS + "C4.html", "<dl>" + NL +
    1.29                   "<dt>Default:</dt>" + NL + "<dd>true</dd>" + NL +

mercurial