]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update xt/search.t to test that anyexact trims properly.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 19:16:06 +0000 (12:16 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 19:16:06 +0000 (12:16 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=575021

xt/lib/Bugzilla/Test/Search/Constants.pm

index 7f35b371935646f6953ca09170a7adb2c80fb5ca..2a53780b7c17c874f878e7393c0b0f57bde9293b 100644 (file)
@@ -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 => [