From: Jim Procter Date: Fri, 14 Dec 2018 17:50:30 +0000 (+0000) Subject: JAL-3171 dataset reference tests now in Functional group X-Git-Tag: Release_2_11_1_0~78^2~10 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=8488bc9805734461d015552f1447a607412fc550 JAL-3171 dataset reference tests now in Functional group --- 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);