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:
ae81fc6
)
JAL-2814 updated unit test for code change
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 15 Mar 2019 08:04:46 +0000
(08:04 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 15 Mar 2019 08:04:46 +0000
(08:04 +0000)
test/jalview/gui/HelpTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/gui/HelpTest.java
b/test/jalview/gui/HelpTest.java
index
d2188db
..
1e26c49
100644
(file)
--- a/
test/jalview/gui/HelpTest.java
+++ b/
test/jalview/gui/HelpTest.java
@@
-53,7
+53,7
@@
public class HelpTest
for (HelpId id : HelpId.values())
{
- String target = id.toString();
+ String target = id.getId();
assertTrue("Unmatched target enum: " + target,
targets.isValidID(target, hs));
}