Skip to content

Commit

Permalink
Try other test suite as host for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Feb 15, 2024
1 parent 3462954 commit 3cbbeb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import java.util.ArrayList;

import org.eclipse.jdt.core.tests.compiler.IrritantSetTest;
import org.eclipse.jdt.core.tests.compiler.util.HashtableOfObjectTest;
import org.eclipse.jdt.core.tests.compiler.util.JrtUtilTest;
import org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest;
Expand Down Expand Up @@ -95,7 +94,6 @@ public static Test suite() {
standardTests.add(ResourceLeakTests.class);
standardTests.add(ResourceLeakAnnotatedTests.class);
standardTests.add(PackageBindingTest.class);
standardTests.add(IrritantSetTest.class);

// add all javadoc tests
for (int i=0, l=JavadocTest.ALL_CLASSES.size(); i<l; i++) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import org.eclipse.jdt.core.tests.compiler.CharDeduplicationTest;
import org.eclipse.jdt.core.tests.compiler.DeduplicationUtilTest;
import org.eclipse.jdt.core.tests.compiler.IrritantSetTest;
import org.eclipse.jdt.core.tests.compiler.map.CharArrayMapperTest;
import org.eclipse.jdt.core.tests.junit.extension.TestCase;

Expand Down Expand Up @@ -240,6 +241,8 @@ private static Class[] getAllTestClasses() {
DeduplicationUtilTest.class,

RecordsElementTests.class,

IrritantSetTest.class,
};

Class[] deprecatedClasses = getDeprecatedJDOMTestClasses();
Expand Down

0 comments on commit 3cbbeb5

Please sign in to comment.