From 74c475b6db08647c58ab5b1ebe5cad91b9322519 Mon Sep 17 00:00:00 2001
From: He Zhu <h.zhu18@student.unimelb.edu.au>
Date: Mon, 3 Sep 2018 15:17:24 +1000
Subject: [PATCH] Update PartitioningTests.java

---
 test/swen90006/machine/PartitioningTests.java | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java
index 9956583..7b29ca4 100644
--- a/test/swen90006/machine/PartitioningTests.java
+++ b/test/swen90006/machine/PartitioningTests.java
@@ -137,17 +137,6 @@ public void TestEC17() throws Throwable
 	  m.execute(lines);
 	  throw new InvalidInstructionException();
 }
-  
-  //This test should fail.
-  //To provide additional feedback when a test fails, an error message
-  //can be included
-  @Test public void aFailedTest()
-  {
-    //include a message for better feedback
-    final int expected = 2;
-    final int actual = 1 + 2;
-    assertEquals("Some failure message", expected, actual);
-  }
 
   //Read in a file containing a program and convert into a list of
   //string instructions
-- 
GitLab