From afe0852f23df8ac8d05fced6a5a500cfe263dbfa Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 2 Nov 2016 15:32:28 +0000 Subject: [PATCH 1/1] JAL-1738 JAL-345 switch expected/observed in test --- test/jalview/controller/AlignViewControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.2