mirror of https://github.com/apache/archiva.git
clear warning before some test to be sure of what we test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1369304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d344fa1df
commit
d51dec36a7
|
@ -699,6 +699,8 @@ public class LegacyToDefaultConverterTest
|
|||
File targetFile = new File( targetRepository.getBasedir(), targetRepository.pathOf( artifact ) );
|
||||
File targetPomFile = new File( targetRepository.getBasedir(), targetRepository.pathOf( pomArtifact ) );
|
||||
|
||||
// clear warning before test related to MRM-1638
|
||||
artifactConverter.clearWarnings();
|
||||
artifactConverter.convert( artifact, targetRepository );
|
||||
checkSuccess( artifactConverter );
|
||||
|
||||
|
@ -743,6 +745,8 @@ public class LegacyToDefaultConverterTest
|
|||
// Need to guarantee last modified is not equal
|
||||
Thread.sleep( SLEEP_MILLIS );
|
||||
|
||||
// clear warning before test related to MRM-1638
|
||||
artifactConverter.clearWarnings();
|
||||
artifactConverter.convert( artifact, targetRepository );
|
||||
checkWarnings( artifactConverter, 2 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue