From 36a70898333aa0ebac93340ef2d7d2ed788673a0 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Tue, 3 Jun 2003 05:49:34 +0000 Subject: [PATCH] Updated testCompileColors. --- .../webcodepro/applecommander/test/ApplesoftCompilerTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/com/webcodepro/applecommander/test/ApplesoftCompilerTest.java b/src/com/webcodepro/applecommander/test/ApplesoftCompilerTest.java index 4579a6c..f26eb2d 100644 --- a/src/com/webcodepro/applecommander/test/ApplesoftCompilerTest.java +++ b/src/com/webcodepro/applecommander/test/ApplesoftCompilerTest.java @@ -24,8 +24,6 @@ import com.webcodepro.applecommander.storage.Disk; import com.webcodepro.applecommander.storage.DosFormatDisk; import com.webcodepro.applecommander.storage.FileEntry; -import java.io.IOException; - import junit.framework.TestCase; /** @@ -45,7 +43,7 @@ public class ApplesoftCompilerTest extends TestCase { junit.textui.TestRunner.run(ApplesoftCompilerTest.class); } - public void testCompileColors() throws IOException { + public void testCompileColors() throws Exception { DosFormatDisk disk = (DosFormatDisk) new Disk("C:/My Apple2/Disks/MASTER.DSK").getFormattedDisks()[0]; FileEntry fileEntry = disk.getFile("COLORS");