JAL-1726 updated test error msg
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 5 Oct 2015 09:56:45 +0000 (10:56 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 5 Oct 2015 09:56:45 +0000 (10:56 +0100)
test/jalview/ws/dbsources/PDBRestClientTest.java

index 0005ba9..401f4c9 100644 (file)
@@ -264,7 +264,7 @@ public class PDBRestClientTest
           if (pdbJsonDoc.get(field.getCode()) == null)
           {
             // System.out.println(">>>\t" + field.getCode());
-            assertTrue(field.getClass()
+            assertTrue(field.getCode()
                     + " has been removed from PDB doc Entity",
                     !pdbJsonResponseString.contains(field.getCode()));
           }