From 8488bc9805734461d015552f1447a607412fc550 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 14 Dec 2018 17:50:30 +0000 Subject: [PATCH] JAL-3171 dataset reference tests now in Functional group --- test/jalview/project/Jalview2xmlTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jalview/project/Jalview2xmlTests.java b/test/jalview/project/Jalview2xmlTests.java index 5dd3040..6739cab 100644 --- a/test/jalview/project/Jalview2xmlTests.java +++ b/test/jalview/project/Jalview2xmlTests.java @@ -1043,6 +1043,7 @@ public class Jalview2xmlTests extends Jalview2xmlBase * pre 2.11 - jalview 2.10 erroneously created new dataset entries for each * view (JAL-3171) this test ensures we can import and merge those views */ + @Test(groups = { "Functional" }) public void testMergeDatasetsforViews() throws IOException { // simple project - two views on one alignment @@ -1058,6 +1059,7 @@ public class Jalview2xmlTests extends Jalview2xmlBase * view (JAL-3171) this test ensures we can import and merge those views This * is a more complex project */ + @Test(groups = { "Functional" }) public void testMergeDatasetsforManyViews() throws IOException { Desktop.instance.closeAll_actionPerformed(null); -- 1.7.10.2