From: Jim Procter Date: Wed, 2 Nov 2016 15:32:28 +0000 (+0000) Subject: JAL-1738 JAL-345 switch expected/observed in test X-Git-Tag: Release_2_10_1~10^2~6^2~1^2~7 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=afe0852f23df8ac8d05fced6a5a500cfe263dbfa;hp=6920525a4f719039be7215449dd4e8c10615fabd;p=jalview.git JAL-1738 JAL-345 switch expected/observed in test --- diff --git a/test/jalview/controller/AlignViewControllerTest.java b/test/jalview/controller/AlignViewControllerTest.java index b1af507..c88c878 100644 --- a/test/jalview/controller/AlignViewControllerTest.java +++ b/test/jalview/controller/AlignViewControllerTest.java @@ -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