From: pvtroshin Date: Wed, 2 Nov 2011 11:41:50 +0000 (+0000) Subject: Assign a test to an appropriate test category X-Git-Url: http://source.jalview.org/gitweb/?p=jabaws.git;a=commitdiff_plain;h=e22e481ef1c404c5e619f64addbf921e763b7b7b Assign a test to an appropriate test category git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4704 e3abac25-378b-4346-85de-24260fe3988d --- diff --git a/testsrc/compbio/data/msa/CategoryTester.java b/testsrc/compbio/data/msa/CategoryTester.java index 24abf13..575ac16 100644 --- a/testsrc/compbio/data/msa/CategoryTester.java +++ b/testsrc/compbio/data/msa/CategoryTester.java @@ -9,6 +9,7 @@ import org.testng.Assert; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; +import compbio.metadata.AllTestSuit; import compbio.ws.client.Jws2Client; import compbio.ws.client.Services; @@ -17,7 +18,7 @@ public class CategoryTester { // test category membership from string constants compbio.data.msa.RegistryWS registry = null; - @BeforeTest + @BeforeTest(groups = AllTestSuit.test_group_webservices) public void setupTest() { try { /* @@ -35,7 +36,12 @@ public class CategoryTester { } } - @Test + + /* + * This test will FAIL unless a connection to a running JABAWS web server is + * made! + */ + @Test(groups = AllTestSuit.test_group_webservices) public void categoryTest() { Set servicecategories = registry.getServiceCategories();