aboutsummaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/InjectionTest.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-1/+5
| | | | r=mkanat, a=mkanat (module owner)
* Change the way that the xt/search.t injection tests look for known brokenMax Kanat-Alexander2010-10-021-3/+2
| | | | | | tests, so that the Pg tests properly understand that they can't test creation_ts changedafter or changedbefore, *ever*. https://bugzilla.mozilla.org/show_bug.cgi?id=600496
* Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,Max Kanat-Alexander2010-07-081-3/+14
| | | | | | | 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)
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+77
boolean charts r=glob, a=mkanat