Fixes for failed test cases (most was due to the data being used or problems with...
[jabaws.git] / testsrc / compbio / ws / client / WSTesterTester.java
index 5fe0a35..144c7b2 100644 (file)
@@ -12,7 +12,7 @@ public class WSTesterTester {
 \r
        public static final String SERVER = "http://localhost:8080/jabaws";\r
 \r
-       @Test(groups = {AllTestSuit.test_group_runner})\r
+       @Test(groups = {AllTestSuit.test_group_webservices})\r
        public void testAllWindowsWS() {\r
                WSTester tester = new WSTester(SERVER,\r
                                new PrintWriter(System.out, true));\r
@@ -28,7 +28,7 @@ public class WSTesterTester {
 \r
        }\r
 \r
-       @Test(groups = {AllTestSuit.test_group_non_windows})\r
+       @Test(groups = {AllTestSuit.test_group_webservices})\r
        public void testAllWS() {\r
                WSTester tester = new WSTester(SERVER, new PrintWriter(System.out));\r
                for (Services service : Services.values()) {\r