mirror of https://github.com/apache/archiva.git
fixed failing test
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@952956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c49ad562ff
commit
f4626ad8a5
|
@ -442,6 +442,7 @@ public class UploadActionTest
|
||||||
|
|
||||||
String repoLocation = config.findManagedRepositoryById( REPOSITORY_ID ).getLocation();
|
String repoLocation = config.findManagedRepositoryById( REPOSITORY_ID ).getLocation();
|
||||||
String[] artifactsList = new File( repoLocation, "/org/apache/archiva/artifact-upload/1.0-SNAPSHOT/" ).list();
|
String[] artifactsList = new File( repoLocation, "/org/apache/archiva/artifact-upload/1.0-SNAPSHOT/" ).list();
|
||||||
|
Arrays.sort( artifactsList );
|
||||||
|
|
||||||
assertEquals( 9, artifactsList.length );
|
assertEquals( 9, artifactsList.length );
|
||||||
assertTrue( new File( repoLocation, "/org/apache/archiva/artifact-upload/1.0-SNAPSHOT/"
|
assertTrue( new File( repoLocation, "/org/apache/archiva/artifact-upload/1.0-SNAPSHOT/"
|
||||||
|
|
Loading…
Reference in New Issue