Skip to content
Snippets Groups Projects
Commit b7be64c5 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

cli.CLIAvatarModelCheckerTest.testAdvancedRandom is now ok

parent ab550102
No related branches found
No related tags found
No related merge requests found
...@@ -482,8 +482,8 @@ public class CLIAvatarModelCheckerTest extends AbstractTest implements Interpret ...@@ -482,8 +482,8 @@ public class CLIAvatarModelCheckerTest extends AbstractTest implements Interpret
graph.computeStates(); graph.computeStates();
System.out.println("random Cstates=" + graph.getNbOfStates() + " transitions=" + graph.getNbOfTransitions()); System.out.println("random Cstates=" + graph.getNbOfStates() + " transitions=" + graph.getNbOfTransitions());
assertTrue(graph.getNbOfStates() == 6); assertTrue(graph.getNbOfStates() == 49);
assertTrue(graph.getNbOfTransitions() == 5); assertTrue(graph.getNbOfTransitions() == 48);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment