mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
Bug 5081: adjusted MasterDataImportTest to reduce number of test
failures
This commit is contained in:
+1
-6
@@ -227,12 +227,7 @@ public class MasterDataImportTest {
|
||||
sourceService = Mockito
|
||||
.spy(new RacingEventServiceImpl(dbFactory, mongoObjectFactory,
|
||||
MediaDBFactory.INSTANCE.getDefaultMediaDB(), EmptyWindStore.INSTANCE, EmptySensorFixStore.INSTANCE,
|
||||
false) {
|
||||
@Override
|
||||
public SecurityService getSecurityService() {
|
||||
return securityService;
|
||||
}
|
||||
});
|
||||
false));
|
||||
|
||||
|
||||
masterDataResource = spyResource(new DummyMasterDataRessource(), sourceService);
|
||||
|
||||
Reference in New Issue
Block a user