JAL-2620 parse genetic code tables from standard file format
[jalview.git] / test / jalview / analysis / GeneticCodesTest.java
index d5634db..5f49092 100644 (file)
@@ -32,8 +32,8 @@ public class GeneticCodesTest
     GeneticCodes codes = GeneticCodes.getInstance();
     Iterator<GeneticCodeI> tableIterator = codes.getCodeTables().iterator();
     String[] ids = new String[] { "1", "2", "3", "4", "5", "6", "9", "10",
-        "11", "12", "13", "14", "16", "21", "22", "23", "24", "25", "26",
-        "27", "28", "29", "30", "31" };
+        "11", "12", "13", "14", "15", "16", "21", "22", "23", "24", "25",
+        "26", "27", "28", "29", "30", "31" };
     for (int i = 0; i < ids.length; i++)
     {
       assertEquals(tableIterator.next().getId(), ids[i]);