git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd22c5
)
JAL-629 Diagnosis output for failing test
author
Ben Soares
<b.soares@dundee.ac.uk>
Mon, 24 Apr 2023 09:35:26 +0000
(10:35 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Mon, 24 Apr 2023 09:35:26 +0000
(10:35 +0100)
test/jalview/bin/CommandsTest2.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandsTest2.java
b/test/jalview/bin/CommandsTest2.java
index
072d515
..
34b802e
100644
(file)
--- 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++;
}