]> source.dussan.org Git - archiva.git/commitdiff
fix junit
authorOlivier Lamy <olamy@apache.org>
Wed, 16 May 2012 22:18:33 +0000 (22:18 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 16 May 2012 22:18:33 +0000 (22:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1339398 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/test/java/org/apache/archiva/rest/services/BrowseServiceTest.java

index 43af4eb45c2587f124ff7eba6b0b5d7b269d3761..384e27d06abd87028d70665de0622ddf32a2ffe6 100644 (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 );