import org.testng.annotations.BeforeTest;\r
import org.testng.annotations.Test;\r
\r
+import compbio.metadata.AllTestSuit;\r
import compbio.ws.client.Jws2Client;\r
import compbio.ws.client.Services;\r
\r
// test category membership from string constants\r
compbio.data.msa.RegistryWS registry = null;\r
\r
- @BeforeTest\r
+ @BeforeTest(groups = AllTestSuit.test_group_webservices)\r
public void setupTest() {\r
try {\r
/*\r
}\r
\r
}\r
- @Test\r
+\r
+ /*\r
+ * This test will FAIL unless a connection to a running JABAWS web server is\r
+ * made!\r
+ */\r
+ @Test(groups = AllTestSuit.test_group_webservices)\r
public void categoryTest() {\r
Set<Category> servicecategories = registry.getServiceCategories();\r
\r