From afd6c9791246b62cdb87cfbac0e9cb31b6c214cf Mon Sep 17 00:00:00 2001 From: jprocter Date: Sun, 18 Nov 2012 09:04:51 +0000 Subject: [PATCH] JAL-1205 JAL-1140 generalised exception for Anne's refactored IO --- test/jalview/io/TCoffeeScoreFileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/io/TCoffeeScoreFileTest.java b/test/jalview/io/TCoffeeScoreFileTest.java index 1ee4936..ce23728 100644 --- a/test/jalview/io/TCoffeeScoreFileTest.java +++ b/test/jalview/io/TCoffeeScoreFileTest.java @@ -181,7 +181,7 @@ public class TCoffeeScoreFileTest { } @Test - public void testHeightAndWidthWithResidueNumbers() throws IOException { + public void testHeightAndWidthWithResidueNumbers() throws Exception { String file = "test/jalview/io/tcoffee.score_ascii_with_residue_numbers"; TCoffeeScoreFile result = new TCoffeeScoreFile(file, FormatAdapter.FILE); assertTrue(result.isValid()); -- 1.7.10.2