bug5280: added failing test case

This commit is contained in:
Axel Uhl
2020-05-14 17:25:14 +02:00
parent 7dd08e23eb
commit c89ea395ce
4 changed files with 7 additions and 7 deletions
@@ -47,7 +47,6 @@ public class RemoveLeaderboardGroupTest {
@Before
public void setUp() {
final SecurityService securityService = SecurityServiceMockFactory.mockSecurityService();
server = new RacingEventServiceImpl() {
@Override
@@ -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,