mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
fix test case after internal change
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64693f1949
commit
44a173c7e9
@ -286,14 +286,12 @@ public void testGetArtifactVersionsArtifactExists()
|
||||
|
||||
userReposControl.replay();
|
||||
repoBrowsingControl.replay();
|
||||
archivaDAOControl.replay();
|
||||
artifactDAOControl.replay();
|
||||
|
||||
List<Artifact> artifacts = searchService.getArtifactVersions( "org.apache.archiva", "archiva-test" );
|
||||
|
||||
userReposControl.verify();
|
||||
repoBrowsingControl.verify();
|
||||
archivaDAOControl.verify();
|
||||
artifactDAOControl.verify();
|
||||
|
||||
assertNotNull( artifacts );
|
||||
|
Loading…
x
Reference in New Issue
Block a user