JAL-345 JAL-1738 fix test (still passes)
authorJim Procter <jprocter@issues.jalview.org>
Wed, 2 Nov 2016 15:07:05 +0000 (15:07 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 2 Nov 2016 15:07:05 +0000 (15:07 +0000)
test/jalview/datamodel/SearchResultsTest.java

index addf68e..65553c9 100644 (file)
@@ -248,7 +248,7 @@ public class SearchResultsTest
     assertEquals("Didn't mark expected number", 2, bs.cardinality());
     assertEquals("Didn't return count of number of bits marked", 2, marked);
     assertTrue("Didn't mark expected position (1)", bs.get(0));
     assertEquals("Didn't mark expected number", 2, bs.cardinality());
     assertEquals("Didn't return count of number of bits marked", 2, marked);
     assertTrue("Didn't mark expected position (1)", bs.get(0));
-    assertTrue("Didn't mark expected position (2)", bs.get(0));
+    assertTrue("Didn't mark expected position (2)", bs.get(1));
     
     /*
      * both seq1 and seq2 
     
     /*
      * both seq1 and seq2