From fbacffb9d54e33ab862a5e36a9e90d39daa6630a Mon Sep 17 00:00:00 2001
From: Chamira Balasuriya <c.balasuriya@student.unimelb.edu.au>
Date: Fri, 14 Sep 2018 13:38:37 +1000
Subject: [PATCH] commented out JMP 0 test case which lead to infinite loop

---
 test/swen90006/machine/PartitioningTests.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java
index 8d82425..75d4c00 100644
--- a/test/swen90006/machine/PartitioningTests.java
+++ b/test/swen90006/machine/PartitioningTests.java
@@ -409,7 +409,7 @@ public class PartitioningTests
 
     //EC25 - JMP function: testing for val = 0
 
-    @Test
+   /* @Test
     public void ec25Test() {
 
         List<String> list = new ArrayList<String>();
@@ -422,7 +422,7 @@ public class PartitioningTests
 
         testMachine.execute ( list );
 
-    }
+    } */
 
 
     //EC26 - JMP function: testing for val = 1
-- 
GitLab