mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
use new store-api
This commit is contained in:
@@ -62,12 +62,10 @@ public class XmlRepositoryManagerTest extends RepositoryManagerTestBase
|
||||
protected Manager<Repository, RepositoryException> createManager()
|
||||
{
|
||||
Set<RepositoryHandler> handlerSet = new HashSet<RepositoryHandler>();
|
||||
|
||||
handlerSet.add(new DummyRepositoryHandler());
|
||||
|
||||
StoreFactory factory = new JAXBStoreFactory();
|
||||
|
||||
factory.init(provider);
|
||||
handlerSet.add(new DummyRepositoryHandler(factory));
|
||||
|
||||
return new XmlRepositoryManager(getAdminSecurityContextProvider(), factory,
|
||||
handlerSet);
|
||||
|
||||
Reference in New Issue
Block a user