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:
fd64c34
)
JAL-2375 fix unit test to reflect improvement
author
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Wed, 31 May 2017 10:46:08 +0000
(11:46 +0100)
committer
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Wed, 31 May 2017 10:46:08 +0000
(11:46 +0100)
test/jalview/gui/StructureChooserTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/gui/StructureChooserTest.java
b/test/jalview/gui/StructureChooserTest.java
index
c04353f
..
4535c93
100644
(file)
--- a/
test/jalview/gui/StructureChooserTest.java
+++ b/
test/jalview/gui/StructureChooserTest.java
@@
-121,7
+121,7
@@
public class StructureChooserTest
StructureChooser sc = new StructureChooser(selectedSeqs, seq, null);
sc.populateFilterComboBox(false, false);
int optionsSize = sc.getCmbFilterOption().getItemCount();
- assertEquals(3, optionsSize); // if structures are not discovered then don't
+ assertEquals(2, optionsSize); // if structures are not discovered then don't
// populate filter options
sc.populateFilterComboBox(true, false);