Add testGridX1000 test

This commit is contained in:
Alex Birkett 2016-01-19 23:20:03 +01:00 committed by Alex Birkett
parent 2ccc07cc4b
commit feb4aab353
1 changed files with 3 additions and 2 deletions

View File

@ -318,10 +318,10 @@ public class RealWorldTests {
assertEquals(485, nodeHashMap.get("title5").get("top").value(), EPSILON);
}
*/
@Test
public void testGridX1000() throws ConstraintNotFound {
public void testGridX1000() throws DuplicateConstraintException, UnsatisfiableConstraintException {
long nanoTime = System.nanoTime();
for (int i = 0; i < 1000; i++) {
@ -330,6 +330,7 @@ public class RealWorldTests {
System.out.println("testGridX1000 took " + (System.nanoTime() - nanoTime) / 1000000);
}
/*
@Test
public void testGridWithEditsX1000() throws CassowaryError {