From 224beb290156ad363377ac7f67c595e83d04f53a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 12:16:06 -0700 Subject: Update xt/search.t to test that anyexact trims properly. https://bugzilla.mozilla.org/show_bug.cgi?id=575021 --- xt/lib/Bugzilla/Test/Search/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/lib') diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index 7f35b3719..2a53780b7 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -761,7 +761,7 @@ use constant TESTS => { { contains => [2,3,4,5], value => '<1>' }, ], anyexact => [ - { contains => [1,2], value => '<1>,<2>', + { contains => [1,2], value => '<1>, <2>', override => { ANY_OVERRIDE } }, ], anywordssubstr => [ -- cgit v1.2.3-24-g4f1b