Skip to content

Commit

Permalink
A diff got inserted somehow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeck committed Nov 22, 2008
1 parent 421ab33 commit c12af8e
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import junit.framework.TestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.max.CouldNotReadCoreException;
import org.junit.experimental.max.MaxCore;
Expand Down Expand Up @@ -189,12 +188,9 @@ public void junit3TestsAreRunOnce() throws Exception {
new JUnitCore());
assertEquals(2, result.getRunCount());
}

// TODO (Nov 18, 2008 1:41:18 PM): rename
@Test
public void saffSqueezeExample() throws Exception {
final Description method= Description.createTestDescription(
TwoOldTests.class, "testOne");

@Test public void saffSqueezeExample() throws Exception {
final Description method= Description.createTestDescription(TwoOldTests.class, "testOne");
Filter filter= Filter.matchDescription(method);
JUnit38ClassRunner child= new JUnit38ClassRunner(TwoOldTests.class);
child.filter(filter);
Expand Down

0 comments on commit c12af8e

Please sign in to comment.