X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=test%2Fjalview%2Fext%2Fparadise%2FTestAnnotate3D.java;fp=test%2Fjalview%2Fext%2Fparadise%2FTestAnnotate3D.java;h=411086363a3f3cb90a8bd1370e5fa03cbffa4b93;hp=679385ac5f04acf15ece7518642a4f609d11051e;hb=f2b03e9fecf41886ebf5f747fd4be02edf042bee;hpb=d737688dfdb8d00ed63a699fb86548499d75bcf2 diff --git a/test/jalview/ext/paradise/TestAnnotate3D.java b/test/jalview/ext/paradise/TestAnnotate3D.java index 679385a..4110863 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", @@ -111,7 +111,6 @@ public class TestAnnotate3D testRNAMLcontent(readers, pdbf); } - @Test(groups = { "Functional" }, enabled = false) private void testRNAMLcontent(Iterator readers, PDBfile pdbf) throws Exception {