X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Futils%2FUrlDownloadClientTest.java;fp=test%2Fjalview%2Fws%2Futils%2FUrlDownloadClientTest.java;h=3a246616544b6e7cbd668b2e967ffa2628063487;hb=9c98d4bd666346f6ad3892c5394b7da3be82d93e;hp=2bd8dd0ae5a45489682c1fde6b9384e48145378c;hpb=c7b2143c9cf7c5e05ad63251f7d3910751b16d20;p=jalview.git diff --git a/test/jalview/ws/utils/UrlDownloadClientTest.java b/test/jalview/ws/utils/UrlDownloadClientTest.java index 2bd8dd0..3a24661 100644 --- a/test/jalview/ws/utils/UrlDownloadClientTest.java +++ b/test/jalview/ws/utils/UrlDownloadClientTest.java @@ -26,7 +26,8 @@ import java.io.IOException; import org.testng.Assert; import org.testng.annotations.Test; -public class UrlDownloadClientTest { +public class UrlDownloadClientTest +{ /** * Test that url is successfully loaded into download file @@ -71,9 +72,11 @@ public class UrlDownloadClientTest { * Test that garbage in results in IOException */ @Test( - groups = { "Network" }, + groups = + { "Network" }, enabled = true, - expectedExceptions = { IOException.class }) + expectedExceptions = + { IOException.class }) public void DownloadGarbageUrlTest() throws IOException { UrlDownloadClient client = new UrlDownloadClient();