JAL-2375 fix unit test to reflect improvement
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Wed, 31 May 2017 10:46:08 +0000 (11:46 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Wed, 31 May 2017 10:46:08 +0000 (11:46 +0100)
test/jalview/gui/StructureChooserTest.java

index c04353f..4535c93 100644 (file)
@@ -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);