From 9472f2f66bbcbc7d875251804d4c926f63828a87 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 10 Jun 2016 09:00:41 +0100 Subject: [PATCH] JAL-1941 Annotate3d tests should be in network group --- test/jalview/ext/paradise/TestAnnotate3D.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jalview/ext/paradise/TestAnnotate3D.java b/test/jalview/ext/paradise/TestAnnotate3D.java index 679385a..f769b28 100644 --- a/test/jalview/ext/paradise/TestAnnotate3D.java +++ b/test/jalview/ext/paradise/TestAnnotate3D.java @@ -43,7 +43,7 @@ import compbio.util.FileUtil; public class TestAnnotate3D { - @Test(groups = { "Functional" }, enabled = false) + @Test(groups = { "Network" }, enabled = true) public void test1GIDbyId() throws Exception { // use same ID as standard tests given at @@ -53,7 +53,7 @@ public class TestAnnotate3D testRNAMLcontent(ids, null); } - @Test(groups = { "Functional" }, enabled = false) + @Test(groups = { "Network" }, enabled = true) public void testIdVsContent2GIS() throws Exception { Iterator ids = Annotate3D.getRNAMLForPDBId("2GIS"); @@ -97,7 +97,7 @@ public class TestAnnotate3D * * @throws Exception */ - @Test(groups = { "Functional" }, enabled = false) + @Test(groups = { "Network" }, enabled = true) public void testPDBfileVsRNAML() throws Exception { PDBfile pdbf = new PDBfile(true, false, true, "examples/2GIS.pdb", -- 1.7.10.2