Skip to content

Commit

Permalink
some unit test was way to hardcore for travis ci :)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechp committed Mar 2, 2017
1 parent 89e3ffd commit f215a9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ public void testRoadworkExample() {
toTest.add(new IsomorphismHandlerSorting());
// toTest.add(new IsomorphismHandlerCombinatorial());

boolean debug = true;
int fromLevel = 3; // level 3 is the original example
int toLevel = 3; // level 3 is the original example
boolean debug = false;
int fromLevel = 1; // level 3 is the original example
int toLevel = 1; // level 3 is the original example
boolean drawSigmaJs = false;
boolean drawAlchemyJs = false;

Expand Down

0 comments on commit f215a9a

Please sign in to comment.