mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5280: added failing test case
This commit is contained in:
-1
@@ -47,7 +47,6 @@ public class RemoveLeaderboardGroupTest {
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
|
||||
final SecurityService securityService = SecurityServiceMockFactory.mockSecurityService();
|
||||
server = new RacingEventServiceImpl() {
|
||||
@Override
|
||||
|
||||
-1
@@ -87,7 +87,6 @@ public class RemoveLeaderboardTest {
|
||||
leaderboard = server.apply(
|
||||
new CreateFlexibleLeaderboard(LEADERBOARD_NAME, /* display name */ null, new int[0], new LowPoint(), /* default course area ID */ null));
|
||||
leaderboard.addRaceColumn(R1, /* medalRace */ false);
|
||||
|
||||
boatClass = new BoatClassImpl(BOATCLASSNAME, /* typicallyStartsUpwind */ true);
|
||||
regatta = new RegattaImpl(EmptyRaceLogStore.INSTANCE, EmptyRegattaLogStore.INSTANCE,
|
||||
RegattaImpl.getDefaultName(EVENTNAME, boatClass.getName()), boatClass, /* canBoatsOfCompetitorsChangePerRace*/ true, CompetitorRegistrationType.CLOSED,
|
||||
|
||||
Reference in New Issue
Block a user