aboutsummaryrefslogtreecommitdiffstats
path: root/xt
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander2010-07-082-1/+32
| | | | | (and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
* Pg and MySQL had inconsistent results for flagtypes.name greaterthan,Max Kanat-Alexander2010-07-081-0/+1
| | | | | | so I changed the values to make them consistent. (I suspect the inconsistency is a bug in Pg itself that is not actually important to normal Bugzilla usage.)
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-1/+1
| | | | | in a loop r=glob, a=mkanat
* Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander2010-07-083-10/+30
| | | | | <> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
* Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,Max Kanat-Alexander2010-07-082-3/+36
| | | | | | | because they make Pg throw an error and then be unable to run any further tests. It's OK to skip these tests because they still run on MySQL, so we'll still catch any injection vulns. r=mkanat, a=mkanat (module owner)
* Update xt/search.t to test that anyexact trims properly.Max Kanat-Alexander2010-07-081-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=575021
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-91/+34
| | | | | | | Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat
* Fix search.t now that negative keyword searches are working.Max Kanat-Alexander2010-07-071-7/+5
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=562014
* Bug 577388: The target milestone tests in xt/search.t were failing,Max Kanat-Alexander2010-07-071-1/+1
| | | | | incorrectly. r=mkanat, a=mkanat (module owner)
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-0710-0/+3133
boolean charts r=glob, a=mkanat