fix junit

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1339398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-16 22:18:33 +00:00
parent 2c1c53c067
commit 799054411e
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public class BrowseServiceTest
BrowseService browseService = getBrowseService( authorizationHeader, true );
List<ArtifactContentEntry> artifactContentEntries =
browseService.getArtifactContentEntries( "commons-logging", "commons-logging", "1.1", null, null, "org",
browseService.getArtifactContentEntries( "commons-logging", "commons-logging", "1.1", null, null, "org/",
testRepoId );
log.info( "artifactContentEntries: {}", artifactContentEntries );