Skip to content
Snippets Groups Projects
Commit fbacffb9 authored by Chamira Balasuriya's avatar Chamira Balasuriya
Browse files

commented out JMP 0 test case which lead to infinite loop

parent 0a55effe
Branches
No related tags found
No related merge requests found
...@@ -409,7 +409,7 @@ public class PartitioningTests ...@@ -409,7 +409,7 @@ public class PartitioningTests
//EC25 - JMP function: testing for val = 0 //EC25 - JMP function: testing for val = 0
@Test /* @Test
public void ec25Test() { public void ec25Test() {
List<String> list = new ArrayList<String>(); List<String> list = new ArrayList<String>();
...@@ -422,7 +422,7 @@ public class PartitioningTests ...@@ -422,7 +422,7 @@ public class PartitioningTests
testMachine.execute ( list ); testMachine.execute ( list );
} } */
//EC26 - JMP function: testing for val = 1 //EC26 - JMP function: testing for val = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment