JAL-2110 copy alcodonframes only if copy constructor called on dataset alignmentI...
[jalview.git] / test / jalview / datamodel / AlignmentTest.java
index 5753e97..08a9441 100644 (file)
@@ -398,6 +398,8 @@ public class AlignmentTest
     // TODO should the copy constructor copy the dataset?
     // or make a new one referring to the same dataset sequences??
     assertNull(copy.getDataset());
+    // TODO test metadata is copied when AlignmentI is a dataset
+
     // assertArrayEquals(copy.getDataset().getSequencesArray(), protein
     // .getDataset().getSequencesArray());
   }