mirror of https://github.com/apache/maven.git
[MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value
This closes #86
This commit is contained in:
parent
5b4b8bd94c
commit
920f10a561
|
@ -138,7 +138,7 @@ public class DefaultWagonManagerTest
|
|||
|
||||
try
|
||||
{
|
||||
wagonManager.getArtifact( artifact, repo, null, false );
|
||||
wagonManager.getArtifact( artifact, repo, null, true );
|
||||
|
||||
fail();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue