From: Jim Procter Date: Mon, 15 May 2017 16:37:17 +0000 (+0100) Subject: JAL-2311 disable and relocate Jared service tests to Network (prior to their removal) X-Git-Tag: Release_2_10_2~3^2~88^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2e52440728d6a0f9a6c998a80e545387ef964d10;p=jalview.git JAL-2311 disable and relocate Jared service tests to Network (prior to their removal) --- diff --git a/test/jalview/ws/jabaws/JpredJabaStructExportImport.java b/test/jalview/ws/jabaws/JpredJabaStructExportImport.java index 8326687..dc157e2 100644 --- a/test/jalview/ws/jabaws/JpredJabaStructExportImport.java +++ b/test/jalview/ws/jabaws/JpredJabaStructExportImport.java @@ -49,6 +49,7 @@ import javax.swing.JMenuItem; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; +import org.testng.annotations.BeforeGroups; import org.testng.annotations.Test; import compbio.metadata.Argument; @@ -74,7 +75,7 @@ public class JpredJabaStructExportImport public static jalview.gui.AlignFrame af = null; - @BeforeClass(alwaysRun = true) + @BeforeGroups(groups = { "Network" }) public static void setUpBeforeClass() throws Exception { Cache.loadProperties("test/jalview/io/testProps.jvprops"); @@ -106,7 +107,7 @@ public class JpredJabaStructExportImport } } - @Test(groups = { "Functional" }) + @Test(groups = { "Network" }, enabled = false) public void testJPredStructOneSeqOnly() { af.selectAllSequenceMenuItem_actionPerformed(null); @@ -158,7 +159,7 @@ public class JpredJabaStructExportImport } - @Test(groups = { "Functional" }) + @Test(groups = { "Network" }, enabled = false) public void testJPredStructExport() { @@ -230,7 +231,7 @@ public class JpredJabaStructExportImport + "\nCouldn't complete Annotation file roundtrip input/output/input test."); } - @Test(groups = { "Functional" }) + @Test(groups = { "Network" }, enabled = false) public void testJpredwsSettingsRecovery() { Assert.fail("not implemnented");