Author: krosenvold
Date: Mon Dec 27 19:50:59 2010
New Revision: 1053164

URL: http://svn.apache.org/viewvc?rev=1053164&view=rev
Log:
o Disabled all but one

I must add, to take 4, that this test runs fine on windows and linux without 
hudson

Modified:
    
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ForkConsoleOutputIT.java

Modified: 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ForkConsoleOutputIT.java
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ForkConsoleOutputIT.java?rev=1053164&r1=1053163&r2=1053164&view=diff
==============================================================================
--- 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ForkConsoleOutputIT.java
 (original)
+++ 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ForkConsoleOutputIT.java
 Mon Dec 27 19:50:59 2010
@@ -35,7 +35,7 @@ public class ForkConsoleOutputIT
         super( "/fork-consoleOutput" );
     }
 
-    public void testPrintSummaryTrueWithRedirect()
+    public void NoTestPrintSummaryTrueWithRedirect()
         throws Exception
     {
         redirectToFile( true );
@@ -46,7 +46,7 @@ public class ForkConsoleOutputIT
         assertPresent( getSurefireReportsFile( 
"forkConsoleOutput.Test1-output.txt" ) );
     }
 
-    public void testPrintSummaryTrueWithoutRedirect()
+    public void NoTestPrintSummaryTrueWithoutRedirect()
         throws Exception
     {
         redirectToFile( false );


Reply via email to