Skip to content

Commit

Permalink
Remove PrebuiltIndexChecker
Browse files Browse the repository at this point in the history
They are no longer generated and shipped as per
eclipse-platform/.github#130
  • Loading branch information
akurtakov committed Jun 14, 2023
1 parent e8e9389 commit 934ca8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import org.eclipse.ua.tests.doc.internal.linkchecker.ApiDocTest;
import org.eclipse.ua.tests.doc.internal.linkchecker.LinkTest;
import org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker;
import org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
Expand All @@ -24,6 +23,6 @@
* Tests all user assistance functionality (automated).
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({ PrebuiltIndexChecker.class, TocLinkChecker.class, ApiDocTest.class, LinkTest.class })
@Suite.SuiteClasses({ TocLinkChecker.class, ApiDocTest.class, LinkTest.class })
public class AllTests {
}

This file was deleted.

0 comments on commit 934ca8b

Please sign in to comment.