Removed test that was failing due to CI not having a display

This commit is contained in:
Michael Rausch
2017-05-04 13:59:44 +12:00
parent f6fc6c0693
commit b1e749bafb
@@ -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 {
} }
} }
*/