X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fext%2Fparadise%2FTestAnnotate3D.java;h=411086363a3f3cb90a8bd1370e5fa03cbffa4b93;hb=0afb50988743f5b902ad985793d55104e419da85;hp=1c7761b59f1670b10002fef66c098d6e4db25378;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/test/jalview/ext/paradise/TestAnnotate3D.java b/test/jalview/ext/paradise/TestAnnotate3D.java index 1c7761b..4110863 100644 --- a/test/jalview/ext/paradise/TestAnnotate3D.java +++ b/test/jalview/ext/paradise/TestAnnotate3D.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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 {