From: jprocter Date: Sun, 18 Nov 2012 09:04:51 +0000 (+0000) Subject: JAL-1205 JAL-1140 generalised exception for Anne's refactored IO X-Git-Tag: Jalview_2_9~265^2~2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=afd6c9791246b62cdb87cfbac0e9cb31b6c214cf;p=jalview.git JAL-1205 JAL-1140 generalised exception for Anne's refactored IO --- 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());