mirror of https://github.com/apache/archiva.git
fix unit tests for archiva-rest-services module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1443406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3903d004f
commit
35570a1084
|
@ -255,7 +255,7 @@ public class SearchServiceTest
|
|||
assertNotNull( getUserService( authorizationHeader ).createGuestUser() );
|
||||
}
|
||||
|
||||
createAndIndexRepo( testRepoId, "/src/test/repo-with-osgi" );
|
||||
createAndIndexRepo( testRepoId, getBasedir() + "/src/test/repo-with-osgi" );
|
||||
|
||||
SearchService searchService = getSearchService( authorizationHeader );
|
||||
|
||||
|
|
Loading…
Reference in New Issue