Author: bentmann
Date: Tue Mar 23 23:56:59 2010
New Revision: 926868

URL: http://svn.apache.org/viewvc?rev=926868&view=rev
Log:
o Fixed typo

Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4428FollowHttpRedirectTest.java

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4428FollowHttpRedirectTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4428FollowHttpRedirectTest.java?rev=926868&r1=926867&r2=926868&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4428FollowHttpRedirectTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4428FollowHttpRedirectTest.java
 Tue Mar 23 23:56:59 2010
@@ -100,7 +100,7 @@ public class MavenITmng4428FollowHttpRed
     public void testitRelativeLocation()
         throws Exception
     {
-        testit( true, true );
+        testit( true, true, true );
     }
 
     private void testit( boolean fromHttp, boolean toHttp )


Reply via email to