JAL-3423 test coverage
authorMungo Carstairs <gmungoc@gmail.com>
Tue, 22 Oct 2019 15:35:14 +0000 (16:35 +0100)
committerMungo Carstairs <gmungoc@gmail.com>
Tue, 22 Oct 2019 15:35:14 +0000 (16:35 +0100)
test/jalview/datamodel/PDBEntryTest.java

index cf4294e..eb90021 100644 (file)
@@ -64,6 +64,7 @@ public class PDBEntryTest
   {
     PDBEntry pdbEntry = new PDBEntry("1xyz", "A", PDBEntry.Type.PDB,
             "x/y/z/File");
+    assertTrue(pdbEntry.equals(pdbEntry));
 
     // id comparison is not case sensitive
     PDBEntry case1 = new PDBEntry("1XYZ", "A", PDBEntry.Type.PDB,