Author: hboutemy
Date: Sat Oct 13 16:15:37 2012
New Revision: 1397888

URL: http://svn.apache.org/viewvc?rev=1397888&view=rev
Log:
fixed range since this test would not be run with 3.0.5-SNAPSHOT

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

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java?rev=1397888&r1=1397887&r2=1397888&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java
 Sat Oct 13 16:15:37 2012
@@ -36,7 +36,7 @@ public class MavenITmng5338FileOptionToD
 
     public MavenITmng5338FileOptionToDirectory()
     {
-        super( "[3.0.5,)" );
+        super( "(3.0.4,)" );
     }
 
     public void setUp()


Reply via email to