Fixes for failed test cases (most was due to the data being used or problems with...
[jabaws.git] / testsrc / compbio / ws / server / RegistryWSTester.java
index 91ee328..64c70ab 100644 (file)
@@ -16,7 +16,7 @@ import compbio.ws.client.WSTesterTester;
 \r
 public class RegistryWSTester {\r
 \r
-       @Test(groups = {AllTestSuit.test_group_windows_only})\r
+       @Test(groups = {AllTestSuit.test_group_webservices})\r
        public void testGetSupportedServices() {\r
                compbio.data.msa.RegistryWS reg = Jws2Client\r
                                .connectToRegistry(WSTesterTester.SERVER);\r
@@ -24,28 +24,28 @@ public class RegistryWSTester {
                                Services.MuscleWS, Services.ClustalWS),\r
                                reg.getSupportedServices());\r
        }\r
-       @Test()\r
+       @Test(groups = {AllTestSuit.test_group_webservices})\r
        public void testTestService() {\r
                compbio.data.msa.RegistryWS reg = Jws2Client\r
                                .connectToRegistry(WSTesterTester.SERVER);\r
                assertNotNull(reg.testService(Services.AAConWS));\r
        }\r
 \r
-       @Test(dependsOnMethods = {"testTestService"})\r
+       @Test(dependsOnMethods = {"testTestService"},groups = {AllTestSuit.test_group_webservices})\r
        public void testIsOperating() {\r
                compbio.data.msa.RegistryWS reg = Jws2Client\r
                                .connectToRegistry(WSTesterTester.SERVER);\r
                assertTrue(reg.isOperating(Services.AAConWS));\r
        }\r
 \r
-       @Test(dependsOnMethods = {"testTestService"})\r
+       @Test(dependsOnMethods = {"testTestService"},groups = {AllTestSuit.test_group_webservices})\r
        public void testGetLastTestedOn() {\r
                compbio.data.msa.RegistryWS reg = Jws2Client\r
                                .connectToRegistry(WSTesterTester.SERVER);\r
                assertNotNull(reg.getLastTestedOn(Services.AAConWS));\r
        }\r
 \r
-       @Test(dependsOnMethods = {"testTestService"})\r
+       @Test(dependsOnMethods = {"testTestService"},groups = {AllTestSuit.test_group_webservices})\r
        public void testGetLastTested() {\r
                try {\r
                        Thread.sleep(1000);\r
@@ -59,7 +59,7 @@ public class RegistryWSTester {
                assertTrue(reg.getLastTested(Services.AAConWS) > 0);\r
        }\r
 \r
-       @Test()\r
+       @Test(groups = {AllTestSuit.test_group_webservices})\r
        public void testTestAllServices() {\r
                compbio.data.msa.RegistryWS reg = Jws2Client\r
                                .connectToRegistry(WSTesterTester.SERVER);\r