JAL-3829 allow PDBEntry with file and ID with mismatching case to override one withou...
[jalview.git] / test / jalview / datamodel / PDBEntryTest.java
index cf4294e..198cde3 100644 (file)
@@ -208,7 +208,7 @@ public class PDBEntryTest
     assertTrue(pdb1.updateFrom(pdb2));
     assertEquals(pdb1.getFile(), "filePath");
     assertEquals(pdb1.getType(), Type.FILE.toString());
-
+    assertEquals(pdb1.getChainCode(),"B");
     /*
      * change of file is not allowed
      */