JAL-629 Dynamic sleep in test, more diagnostics
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 24 Apr 2023 10:07:46 +0000 (11:07 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 24 Apr 2023 10:07:46 +0000 (11:07 +0100)
test/jalview/bin/CommandsTest2.java

index 34966ae..0e1720a 100644 (file)
@@ -103,6 +103,7 @@ public class CommandsTest2
     {
       System.err.println("##### DIAGNOSIS: annotation " + ++dcount
               + " is labelled '" + aa.label + "'");
+      System.err.println("# " + aa.annotationId + ": " + aa.toString());
       if (aa.visible)
         visibleAnn++;
     }