JAL-1738 JAL-345 switch expected/observed in test
authorJim Procter <jprocter@issues.jalview.org>
Wed, 2 Nov 2016 15:32:28 +0000 (15:32 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 2 Nov 2016 15:32:28 +0000 (15:32 +0000)
test/jalview/controller/AlignViewControllerTest.java

index b1af507..c88c878 100644 (file)
@@ -160,7 +160,7 @@ public class AlignViewControllerTest
     f.find("M+");
     assertEquals(
             "Finder found different set of results to manually created SearchResults",
-            f.getSearchResults(), sr);
+            sr, f.getSearchResults());
 
     /*
      * now check simple mark columns from find operation