diff -r 76f4acb11952 -r f5ff1f5a8dee langtools/test/com/sun/javadoc/testJavaFX/TestJavaFX.java --- a/langtools/test/com/sun/javadoc/testJavaFX/TestJavaFX.java Tue Apr 15 15:55:24 2014 -0700 +++ b/langtools/test/com/sun/javadoc/testJavaFX/TestJavaFX.java Wed Apr 16 16:17:09 2014 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -38,24 +38,28 @@ private static final String[][] TEST = new String[][] { {"./" + BUG_ID + "/C.html", - "
See Also:
" + NL + "
getRate(), " + NL + + "
See Also:
\n" + + "
getRate(), \n" + "setRate(double)
"}, {"./" + BUG_ID + "/C.html", - "
public final void setRate(double value)
" + NL + - "
Sets the value of the property rate.
" + NL + - "
" + NL + "
Property description:
" }, + "
public final void setRate(double value)
\n" + + "
Sets the value of the property rate.
\n" + + "
\n" + + "
Property description:
" }, {"./" + BUG_ID + "/C.html", - "
public final double getRate()
" + NL + - "
Gets the value of the property rate.
" + NL + - "
" + NL + "
Property description:
" }, + "
public final double getRate()
\n" + + "
Gets the value of the property rate.
\n" + + "
\n" + + "
Property description:
" }, {"./" + BUG_ID + "/C.html", - "rate" + NL + + "rate\n" + "
Defines the direction/speed at which the Timeline is expected to"}, {"./" + BUG_ID + "/C.html", "Default value:"}, {"./" + BUG_ID + "/C.html", - "Since:" + NL + "
JavaFX 8.0
" }, + "Since:\n" + + "
JavaFX 8.0
" }, {"./" + BUG_ID + "/C.html", "

Sets the value of the property Property"}, {"./" + BUG_ID + "/C.html", @@ -65,11 +69,11 @@ {"./" + BUG_ID + "/C.html", "setTestMethodProperty() " }, {"./" + BUG_ID + "/C.html", - "

isPaused

" + NL + - "
public final double isPaused()
" + NL + + "

isPaused

\n" + + "
public final double isPaused()
\n" + "
Gets the value of the property paused.
" }, {"./" + BUG_ID + "/D.html", - "

Properties inherited from class C

" + NL + + "

Properties inherited from class C

\n" + "paused, rate" }, }; private static final String[][] NO_TEST = @@ -81,7 +85,7 @@ private static final String[] ARGS = new String[] { "-d", BUG_ID, "-sourcepath", SRC_DIR, "-javafx", - SRC_DIR + FS + "C.java", SRC_DIR + FS + "D.java" + SRC_DIR + "/C.java", SRC_DIR + "/D.java" }; /**