JAL-3171 dataset reference tests now in Functional group bug/JAL-3171_maintain_datasets_across_views
authorJim Procter <jprocter@issues.jalview.org>
Fri, 14 Dec 2018 17:50:30 +0000 (17:50 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 14 Dec 2018 17:50:30 +0000 (17:50 +0000)
test/jalview/project/Jalview2xmlTests.java

index 5dd3040..6739cab 100644 (file)
@@ -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);