X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=testsrc%2Fcompbio%2Fws%2Fclient%2FTestAAConWS.java;fp=testsrc%2Fcompbio%2Fws%2Fclient%2FTestAAConWS.java;h=68b59870ec691d1680582228e0d3bdeb6b535bb9;hb=338caee91f39abcaef1ae33c3468bb65f4cc3165;hp=488d23938da1c3c403173e71286640a432ee41c2;hpb=bbd7617168b77ff5691fcc2210893b46f7286e07;p=jabaws.git diff --git a/testsrc/compbio/ws/client/TestAAConWS.java b/testsrc/compbio/ws/client/TestAAConWS.java index 488d239..68b5987 100644 --- a/testsrc/compbio/ws/client/TestAAConWS.java +++ b/testsrc/compbio/ws/client/TestAAConWS.java @@ -19,6 +19,7 @@ import compbio.data.sequence.ConservationMethod; import compbio.data.sequence.FastaSequence; import compbio.data.sequence.ScoreManager; import compbio.data.sequence.SequenceUtil; +import compbio.metadata.AllTestSuit; import compbio.metadata.JobSubmissionException; import compbio.metadata.LimitExceededException; import compbio.metadata.PresetManager; @@ -33,7 +34,7 @@ public class TestAAConWS { SequenceAnnotation msaws; - @BeforeTest + @BeforeTest(groups = {AllTestSuit.test_group_webservices}) void initConnection() { /* * URL url = null; try { url = new @@ -50,7 +51,7 @@ public class TestAAConWS { msaws = (SequenceAnnotation) client; } - @Test + @Test(groups = {AllTestSuit.test_group_webservices}) public void testAnalize() throws FileNotFoundException, IOException { /* @@ -123,7 +124,7 @@ public class TestAAConWS { } } - @Test + @Test(groups = {AllTestSuit.test_group_webservices}) public void testPresetAnalize() throws FileNotFoundException, IOException { String CURRENT_DIRECTORY = SysPrefs.getCurrentDirectory() @@ -175,7 +176,7 @@ public class TestAAConWS { } - @Test + @Test(groups = {AllTestSuit.test_group_webservices}) public void testCustomAnalize() throws FileNotFoundException, IOException { String CURRENT_DIRECTORY = SysPrefs.getCurrentDirectory()