mirror of
https://github.com/apache/maven.git
synced 2025-02-24 19:36:45 +00:00
[MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value
This closes #86
This commit is contained in:
parent
5b4b8bd94c
commit
920f10a561
@ -138,7 +138,7 @@ public void testGetMissingJarForced() throws TransferFailedException, Unsupporte
|
||||
|
||||
try
|
||||
{
|
||||
wagonManager.getArtifact( artifact, repo, null, false );
|
||||
wagonManager.getArtifact( artifact, repo, null, true );
|
||||
|
||||
fail();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user