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=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=2bd8dd0ae5a45489682c1fde6b9384e48145378c;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8;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();