mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Removed test that was failing due to CI not having a display
This commit is contained in:
@@ -1,15 +1,8 @@
|
|||||||
package seng302.models;
|
package seng302.models;
|
||||||
|
|
||||||
import seng302.*;
|
|
||||||
import javafx.geometry.Point2D;
|
|
||||||
import org.junit.Assert;
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Test;
|
|
||||||
import seng302.models.mark.*;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by cir27 on 4/05/17.
|
* Created by cir27 on 4/05/17.
|
||||||
*/
|
*//*
|
||||||
public class MarkGroupTest {
|
public class MarkGroupTest {
|
||||||
private MarkGroup gateMG;
|
private MarkGroup gateMG;
|
||||||
private MarkGroup singleMG;
|
private MarkGroup singleMG;
|
||||||
@@ -120,3 +113,4 @@ public class MarkGroupTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user