8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx

Reviewed-by: jjg
This commit is contained in:
Leslie Zhai 2022-09-16 14:53:30 +00:00 committed by Jonathan Gibbons
parent f42caefe2e
commit dfb9c06633

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2022, 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
@ -77,13 +77,16 @@ public class TestJavaFxMode extends JavadocTester {
checkExit(Exit.OK);
checkOrder("pkg/A.html",
"Property Summary",
"javafx.beans.property.Property", "<a href=\"#propProperty\">prop</a>",
"Field Summary",
"javafx.beans.property.Property", "<a href=\"#prop\">prop</a></span>",
"Method Summary",
"<a href=\"#getProp()\">getProp</a>", "Gets the value of the property prop.",
"""
<a href="#propProperty()">propProperty</a>""", "Sets the value of the property prop.");
<a href="#propProperty" class="member-name-link">prop</a>""",
"Field Summary",
"""
<a href="#prop" class="member-name-link">prop</a>""",
"Method Summary",
"""
<a href="#getProp()" class="member-name-link">getProp</a>""",
"""
<a href="#propProperty()" class="member-name-link">propProperty</a>""");
}
void createTestClass(Path src) throws Exception {