use of com.dexels.navajo.server.enterprise.tribe.DefaultTribeManager in project navajo by Dexels.
the class SharedFileStoreTest method setUp.
@Before
public void setUp() throws Exception {
TribeManagerFactory.setInstance(new DefaultTribeManager());
DispatcherFactory.createDispatcher(new TestDispatcher(new TestNavajoConfig()));
DispatcherFactory.getInstance().setUseAuthorisation(false);
si = new SharedFileStore(new File("sharedstore"), new TestNavajoConfig());
}
Aggregations