From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 19:16:06 +0000 (-0700) Subject: Update xt/search.t to test that anyexact trims properly. X-Git-Tag: bugzilla-4.1.1~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224beb290156ad363377ac7f67c595e83d04f53a;p=thirdparty%2Fbugzilla.git Update xt/search.t to test that anyexact trims properly. https://bugzilla.mozilla.org/show_bug.cgi?id=575021 --- diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index 7f35b37193..2a53780b7c 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 => [