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=be8cee4e8a9d8194d94228167ad52f8d93c7eeac;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=fe70a98fe47891401367cdbc67970e44e31d521a;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/test/jalview/ws/utils/UrlDownloadClientTest.java b/test/jalview/ws/utils/UrlDownloadClientTest.java index fe70a98..be8cee4 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 @@ -74,9 +75,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();