mirror of https://github.com/apache/archiva.git
fix junit
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1339398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c1c53c067
commit
799054411e
|
@ -266,7 +266,7 @@ public class BrowseServiceTest
|
||||||
BrowseService browseService = getBrowseService( authorizationHeader, true );
|
BrowseService browseService = getBrowseService( authorizationHeader, true );
|
||||||
|
|
||||||
List<ArtifactContentEntry> artifactContentEntries =
|
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 );
|
testRepoId );
|
||||||
|
|
||||||
log.info( "artifactContentEntries: {}", artifactContentEntries );
|
log.info( "artifactContentEntries: {}", artifactContentEntries );
|
||||||
|
|
Loading…
Reference in New Issue