mirror of https://github.com/apache/maven.git
o disallow 1.4 now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f3945729f
commit
a5ab9893ad
|
@ -66,7 +66,7 @@ public class MavenCliTest
|
|||
System.setProperty( "java.specification.version", "1.3" );
|
||||
assertEquals( 1, MavenCli.main( new String[] { "-h" }, classWorld ) );
|
||||
System.setProperty( "java.specification.version", "1.4" );
|
||||
assertEquals( 0, MavenCli.main( new String[] { "-h" }, classWorld ) );
|
||||
assertEquals( 1, MavenCli.main( new String[] { "-h" }, classWorld ) );
|
||||
System.setProperty( "java.specification.version", "1.5" );
|
||||
assertEquals( 0, MavenCli.main( new String[] { "-h" }, classWorld ) );
|
||||
System.setProperty( "java.specification.version", "1.6" );
|
||||
|
|
Loading…
Reference in New Issue