Skip to content

Commit

Permalink
Remove deleted BothTest from AllTests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 21, 2012
1 parent 3cab133 commit 8d63a24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/org/junit/tests/AllTests.java
Expand Up @@ -6,7 +6,6 @@
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import org.junit.tests.assertion.AssertionTest;
import org.junit.tests.assertion.BothTest;
import org.junit.tests.assertion.EachTest;
import org.junit.tests.assertion.MultipleFailureExceptionTest;
import org.junit.tests.deprecated.JUnit4ClassRunnerTest;
Expand Down Expand Up @@ -123,7 +122,6 @@
IgnoreClassTest.class,
OldTestClassAdaptingListenerTest.class,
AnnotatedDescriptionTest.class,
BothTest.class,
AssumptionViolatedExceptionTest.class,
EachTest.class,
ExperimentalTests.class,
Expand Down

0 comments on commit 8d63a24

Please sign in to comment.