Skip to content

Commit

Permalink
fix test after shortcut removal
Browse files Browse the repository at this point in the history
  • Loading branch information
schaarsc committed Sep 1, 2012
1 parent 0d56db0 commit 0f63137
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public void run() {
test2WasRun = false;
new MainRunner().runWithCheckForSystemExit(new Runnable() {
public void run() {
JUnitCore.main("org.junit.tests.running.core.CommandLineTest$Example#t*st*");
JUnitCore.main("org.junit.tests.running.core.CommandLineTest$Example#t.*st.*");
}
});
assertTrue(testWasRun);
Expand Down

0 comments on commit 0f63137

Please sign in to comment.