mirror of https://github.com/apache/maven.git
Add unit tests to verify behaviour of unrecognized version qualifiers.
Issue id: MNG-5114 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1133143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
defd37331c
commit
ed0647b0b6
|
@ -114,7 +114,8 @@ public class DefaultArtifactVersionTest
|
|||
assertVersionOlder( "2.0-1", "2.0.1" );
|
||||
|
||||
assertVersionOlder( "2.0.1-klm", "2.0.1-lmn" );
|
||||
//assertVersionOlder( "2.0.1-xyz", "2.0.1" );
|
||||
assertVersionOlder( "2.0.1", "2.0.1-xyz" );
|
||||
assertVersionOlder( "2.0.1-xyz-1", "2.0.1-1-xyz" );
|
||||
|
||||
assertVersionOlder( "2.0.1", "2.0.1-123" );
|
||||
assertVersionOlder( "2.0.1-xyz", "2.0.1-123" );
|
||||
|
|
Loading…
Reference in New Issue