JAL-1479 added transfer of residue annotation for SIFTS mapping, then did some minor...
[jalview.git] / test / jalview / ws / sifts / SiftsClientTest.java
index 4c94f66..4a57a88 100644 (file)
@@ -107,7 +107,7 @@ public class SiftsClientTest
   }
 
   @Test(groups = { "Functional" })
-  public void getSIFTsFileTest()
+  public void getSIFTsFileTest() throws SiftsException
   {
     Assert.assertTrue(SiftsClient.deleteSiftsFileByPDBId(testPDBId));
     SiftsClient.getSiftsFile(testPDBId);
@@ -121,7 +121,7 @@ public class SiftsClientTest
   }
 
   @Test(groups = { "Functional" })
-  public void downloadSiftsFileTest()
+  public void downloadSiftsFileTest() throws SiftsException
   {
     // Assert that file isn't yet downloaded - if already downloaded, assert it
     // is deleted