diff -r 3f4b89a17892 -r 0d9dee001667 test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java --- a/test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java Tue Jan 29 15:19:43 2019 +0100 +++ b/test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java Wed Jan 30 16:39:26 2019 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2019, 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 @@ -176,30 +176,6 @@ checkOutput("pkg1/D.html", false, "shouldNotAppear"); } - @Test - public void test1_html4() { - javadoc("-d", "out1-html4", - "-html4", - "-sourcepath", testSrc, - "-javafx", - "--disable-javafx-strict-checks", - "-package", - "pkg1"); - checkExit(Exit.OK); - - checkOutput("pkg1/C.html", true, - "
See Also:
\n" - + "
getRate(), \n" - + "" - + "setRate(double)
", - "" - + "" - + "setTestMethodProperty()", - "

Property Summary

\n" - + "
\n\n" - + ""); - } - /* * Test with -javafx option enabled, to ensure property getters and setters * are treated correctly. @@ -263,53 +239,6 @@ + " onclick=\"show(8);\">Concrete Methods"); } - @Test - public void test2_html4() { - javadoc("-d", "out2a-html4", - "-html4", - "-sourcepath", testSrc, - "-javafx", - "--disable-javafx-strict-checks", - "-package", - "pkg2"); - checkExit(Exit.OK); - checkOutput("pkg2/Test.html", true, - "

Property Detail

\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "", - "

Property Summary

\n" - + "
\n
Properties 
\n" - + ""); - } - /* * Test without -javafx option, to ensure property getters and setters * are treated just like any other java method. @@ -356,48 +285,6 @@ ); } - @Test - public void test3_html4() { - javadoc("-d", "out2b-html4", - "-html4", - "-sourcepath", testSrc, - "-package", - "pkg2"); - checkExit(Exit.OK); - checkOutput("pkg2/Test.html", true, - "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "\n" - + "" - ); - } - /* * Force the doclet to emit a warning when processing a synthesized, * DocComment, and ensure that the run succeeds, using the newer
Properties 
Modifier and TypeMethodDescription
<T> java.lang.Object" - + "alphaProperty" - + "​(java.util.List<T> foo) 
java.lang.Object" - + "betaProperty() 
java.util.List<java.util.Set<? super java.lang.Object>>" - + "" - + "deltaProperty() 
java.util.List<java.lang.String>" - + "gammaProperty()