JAL-1205 JAL-1140 generalised exception for Anne's refactored IO
[jalview.git] / 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());