From: Ben Soares Date: Mon, 24 Apr 2023 09:35:26 +0000 (+0100) Subject: JAL-629 Diagnosis output for failing test X-Git-Tag: Release_2_11_3_0~14^2~104 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=89d2d876e6f62e428c11eb0facf618ea4c57aa8d;p=jalview.git JAL-629 Diagnosis output for failing test --- diff --git a/test/jalview/bin/CommandsTest2.java b/test/jalview/bin/CommandsTest2.java index 072d515..34b802e 100644 --- a/test/jalview/bin/CommandsTest2.java +++ b/test/jalview/bin/CommandsTest2.java @@ -111,8 +111,11 @@ public class CommandsTest2 .getStructureViewers(ap, null); Assert.assertNotNull(openViewers); int count = 0; + int dcount = 0; for (StructureViewerBase svb : openViewers) { + System.err.println("##### DIAGNOSIS: annotation " + dcount + + " is called '" + svb.getName() + "'"); if (svb.isVisible()) count++; }