JAL-2742 uncomment test
authorkiramt <k.mourao@dundee.ac.uk>
Tue, 26 Sep 2017 18:37:20 +0000 (19:37 +0100)
committerkiramt <k.mourao@dundee.ac.uk>
Tue, 26 Sep 2017 18:37:20 +0000 (19:37 +0100)
test/jalview/datamodel/CigarArrayTest.java

index 12f31fc..7b5c090 100644 (file)
@@ -75,11 +75,11 @@ public class CigarArrayTest
     assertEquals(result, "2D9M5D3M");
 
     // group starts at last hidden col
-    /*    sg1.setStartRes(6);
+    sg1.setStartRes(6);
     cig = new CigarArray(al, hc, sg1);
     result = cig.getCigarstring();
     assertEquals(result, "1D9M5D3M");
-    */
+
     // group starts just after hidden region
     sg1.setStartRes(7);
     cig = new CigarArray(al, hc, sg1);