mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8141492: Implement search feature in javadoc
Reviewed-by: jjg, ksrini
This commit is contained in:
parent
b70aa4aee0
commit
8bfe3bba2c
78 changed files with 34963 additions and 101 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 6493690
|
||||
* @bug 6493690 8141492
|
||||
* @summary javadoc should have a javax.tools.Tool service provider
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
|
@ -64,8 +64,7 @@ public class GetTask_OptionsTest extends APITest {
|
|||
DocumentationTask t = tool.getTask(null, fm, null, null, options, files);
|
||||
if (t.call()) {
|
||||
System.err.println("task succeeded");
|
||||
Set<String> expectFiles = new TreeSet<String>(standardExpectFiles);
|
||||
expectFiles.remove("index-all.html");
|
||||
Set<String> expectFiles = new TreeSet<String>(noIndexFiles);
|
||||
checkFiles(outDir, expectFiles);
|
||||
} else {
|
||||
error("task failed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue