summaryrefslogtreecommitdiffstats
path: root/xt/lib
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 21:16:06 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-08 21:16:06 +0200
commit224beb290156ad363377ac7f67c595e83d04f53a (patch)
tree482f73c880c05410821b36e866780912244a799d /xt/lib
parent4199ac1f128ad3d32bbc323e94ba4acc37d43abe (diff)
downloadbugzilla-224beb290156ad363377ac7f67c595e83d04f53a.tar.gz
bugzilla-224beb290156ad363377ac7f67c595e83d04f53a.tar.xz
Update xt/search.t to test that anyexact trims properly.
https://bugzilla.mozilla.org/show_bug.cgi?id=575021
Diffstat (limited to 'xt/lib')
-rw-r--r--xt/lib/Bugzilla/Test/Search/Constants.pm2
1 files changed, 1 insertions, 1 deletions
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 => [