mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
# cleanup
This commit is contained in:
-6
@@ -8,7 +8,6 @@ import java.util.UUID;
|
||||
|
||||
import org.json.simple.JSONObject;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.sap.sailing.domain.base.CourseArea;
|
||||
@@ -42,9 +41,4 @@ public class CourseAreaJsonSerializerTest {
|
||||
expectedId,
|
||||
UUID.fromString(result.get(CourseAreaJsonSerializer.FIELD_ID).toString()));
|
||||
}
|
||||
|
||||
@Ignore
|
||||
public void testRaces() {
|
||||
/// TODO: Implement a test for checking if races are correctly serialized on course areas
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import com.sap.sailing.domain.base.Venue;
|
||||
import com.sap.sailing.server.gateway.serialization.JsonSerializer;
|
||||
import com.sap.sailing.server.gateway.serialization.impl.EventDataJsonSerializer;
|
||||
|
||||
public class EventJsonSerializerTest {
|
||||
public class EventDataJsonSerializerTest {
|
||||
|
||||
protected final UUID expectedId = UUID.randomUUID();
|
||||
protected final String expectedName = "ab";
|
||||
Reference in New Issue
Block a user