8013738: Two javadoc tests have bug 0000000

Wed, 26 Jun 2013 20:45:47 -0700

author
bpatel
date
Wed, 26 Jun 2013 20:45:47 -0700
changeset 1859
36e8bc1907a2
parent 1858
27bd6a2302f6
child 1860
c674b396827c

8013738: Two javadoc tests have bug 0000000
Reviewed-by: jjg

test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java file | annotate | diff | comparison | revisions
test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java	Wed Jun 26 20:42:43 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java	Wed Jun 26 20:45:47 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -21,10 +21,8 @@
    1.11   * questions.
    1.12   */
    1.13  
    1.14 -/**
    1.15 - * This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
    1.16 +/*
    1.17   * @test
    1.18 - * @bug 0000000
    1.19   * @summary Test for nested inline tags. *
    1.20   * @author jamieh
    1.21   * @library ../lib/
    1.22 @@ -36,6 +34,9 @@
    1.23   * @run main TestNestedInlineTag
    1.24   */
    1.25  
    1.26 +/**
    1.27 + * This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
    1.28 + */
    1.29  public class TestNestedInlineTag extends JavadocTester {
    1.30  
    1.31      /**
     2.1 --- a/test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java	Wed Jun 26 20:42:43 2013 -0700
     2.2 +++ b/test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java	Wed Jun 26 20:45:47 2013 -0700
     2.3 @@ -21,9 +21,8 @@
     2.4   * questions.
     2.5   */
     2.6  
     2.7 -/**
     2.8 +/*
     2.9   * @test
    2.10 - * @bug 0000000
    2.11   * @summary Determine if proper warning messages are printed when know.
    2.12   * @author jamieh
    2.13   * @library ../lib/

mercurial