JAL-1205 JAL-1140 generalised exception for Anne's refactored IO
authorjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 18 Nov 2012 09:04:51 +0000 (09:04 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 18 Nov 2012 09:04:51 +0000 (09:04 +0000)
test/jalview/io/TCoffeeScoreFileTest.java

index 1ee4936..ce23728 100644 (file)
@@ -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());