mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8204321: javadoc tests fail after JDK-8203780
Reviewed-by: jjg
This commit is contained in:
parent
26b8ea76f5
commit
f2a30dcb3e
3 changed files with 4 additions and 4 deletions
|
@ -399,7 +399,7 @@ public class TestSearch extends JavadocTester {
|
||||||
"<!--[if IE]>\n",
|
"<!--[if IE]>\n",
|
||||||
"<script type=\"text/javascript\" src=\"jquery/jszip-utils/dist/jszip-utils-ie.min.js\"></script>\n",
|
"<script type=\"text/javascript\" src=\"jquery/jszip-utils/dist/jszip-utils-ie.min.js\"></script>\n",
|
||||||
"<![endif]-->\n",
|
"<![endif]-->\n",
|
||||||
"<script type=\"text/javascript\" src=\"jquery/jquery-1.10.2.js\"></script>\n",
|
"<script type=\"text/javascript\" src=\"jquery/jquery-1.12.4.js\"></script>\n",
|
||||||
"<script type=\"text/javascript\" src=\"jquery/jquery-ui.js\"></script>",
|
"<script type=\"text/javascript\" src=\"jquery/jquery-ui.js\"></script>",
|
||||||
"var pathtoroot = \"./\";\n"
|
"var pathtoroot = \"./\";\n"
|
||||||
+ "var useModuleDirectories = " + moduleDirectoriesVar + ";\n"
|
+ "var useModuleDirectories = " + moduleDirectoriesVar + ";\n"
|
||||||
|
@ -591,7 +591,7 @@ public class TestSearch extends JavadocTester {
|
||||||
void checkJqueryAndImageFiles(boolean expectedOutput) {
|
void checkJqueryAndImageFiles(boolean expectedOutput) {
|
||||||
checkFiles(expectedOutput,
|
checkFiles(expectedOutput,
|
||||||
"search.js",
|
"search.js",
|
||||||
"jquery/jquery-1.10.2.js",
|
"jquery/jquery-1.12.4.js",
|
||||||
"jquery/jquery-ui.js",
|
"jquery/jquery-ui.js",
|
||||||
"jquery/jquery-ui.css",
|
"jquery/jquery-ui.css",
|
||||||
"jquery/jquery-ui.min.js",
|
"jquery/jquery-ui.min.js",
|
||||||
|
|
|
@ -198,7 +198,7 @@ class APITest {
|
||||||
"help-doc.html",
|
"help-doc.html",
|
||||||
"index-all.html",
|
"index-all.html",
|
||||||
"index.html",
|
"index.html",
|
||||||
"jquery/jquery-1.10.2.js",
|
"jquery/jquery-1.12.4.js",
|
||||||
"jquery/jquery-ui.js",
|
"jquery/jquery-ui.js",
|
||||||
"jquery/jquery-ui.css",
|
"jquery/jquery-ui.css",
|
||||||
"jquery/jquery-ui.min.js",
|
"jquery/jquery-ui.min.js",
|
||||||
|
|
|
@ -198,7 +198,7 @@ class APITest {
|
||||||
"help-doc.html",
|
"help-doc.html",
|
||||||
"index-all.html",
|
"index-all.html",
|
||||||
"index.html",
|
"index.html",
|
||||||
"jquery/jquery-1.10.2.js",
|
"jquery/jquery-1.12.4.js",
|
||||||
"jquery/jquery-ui.js",
|
"jquery/jquery-ui.js",
|
||||||
"jquery/jquery-ui.css",
|
"jquery/jquery-ui.css",
|
||||||
"jquery/jquery-ui.min.js",
|
"jquery/jquery-ui.min.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue