diff -r 4efd44aa85ff -r 47a62d8d98b4 test/com/sun/javadoc/testDeprecatedDocs/TestDeprecatedDocs.java --- a/test/com/sun/javadoc/testDeprecatedDocs/TestDeprecatedDocs.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/com/sun/javadoc/testDeprecatedDocs/TestDeprecatedDocs.java Thu Jan 08 16:26:59 2009 -0800 @@ -76,25 +76,25 @@ {TARGET_FILE, "pkg.DeprecatedClassByAnnotation.method()"}, {TARGET_FILE, "pkg.DeprecatedClassByAnnotation.field"}, - {TARGET_FILE2, "Deprecated." + NL + + {TARGET_FILE2, "Deprecated." + NL + "

" + NL + "

" + NL + "
@Deprecated" + NL +
-            "public class DeprecatedClassByAnnotation"},
+            "public class DeprecatedClassByAnnotation"},
 
-        {TARGET_FILE2, "public int field
" + NL + + {TARGET_FILE2, "public int field" + NL + "
" + NL + - "
Deprecated. 
"}, + "
Deprecated. 
"}, {TARGET_FILE2, "@Deprecated" + NL + - "public DeprecatedClassByAnnotation()" + NL + + "public DeprecatedClassByAnnotation()" + NL + "
" + NL + - "
Deprecated."}, + "
Deprecated."}, {TARGET_FILE2, "@Deprecated" + NL + - "public void method()" + NL + + "public void method()" + NL + "
" + NL + - "
Deprecated."}, + "
Deprecated."}, }; private static final String[][] NEGATED_TEST = NO_TEST;