Author: krosenvold
Date: Wed Dec  1 19:54:20 2010
New Revision: 1041142

URL: http://svn.apache.org/viewvc?rev=1041142&view=rev
Log:
o Removed test that was testing the standard junit ParallelComputer 
implementation

Modified:
    
maven/surefire/trunk/surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputerTest.java

Modified: 
maven/surefire/trunk/surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputerTest.java
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputerTest.java?rev=1041142&r1=1041141&r2=1041142&view=diff
==============================================================================
--- 
maven/surefire/trunk/surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputerTest.java
 (original)
+++ 
maven/surefire/trunk/surefire-providers/surefire-junit47/src/test/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputerTest.java
 Wed Dec  1 19:54:20 2010
@@ -20,6 +20,7 @@
 package org.apache.maven.surefire.junitcore;
 
 import junit.framework.TestCase;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.ParallelComputer;
 import org.junit.runner.Computer;
@@ -112,15 +113,6 @@ public class ConfigurableParallelCompute
         runIt( realClasses, jUnitCore, computer );
     }
 
-    @Test
-    public void testWithFailingAssertionC()
-        throws Exception
-    {
-        final ParallelComputer computer = new ParallelComputer( false, true );
-        runWithFailingAssertion( computer );
-        runWithFailingAssertion( new ParallelComputer( true, false ) );
-    }
-
 
     private void runWithFailingAssertion( Computer computer )
         throws ExecutionException


Reply via email to