aboutsummaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-1/+4
| | | | r=mkanat, a=mkanat (module owner)
* Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander2010-10-041-6/+3
| | | | | and PostgreSQL r=mkanat, a=mkanat (module owner)
* Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.tMax Kanat-Alexander2010-10-031-1/+7
| | | | r=mkanat, a=mkanat (module owner)
* Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander2010-10-021-1/+1
| | | | | bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
* Bug 601364: Make xt/search.t also test the normal field=value search paramsMax Kanat-Alexander2010-10-021-1/+1
| | | | r=mkanat, a=mkanat (module owner)
* Bug 579695: Make xt/search.t do substring tests using a more consistentMax Kanat-Alexander2010-07-181-2/+16
| | | | | | substring length, thus fixing an intermittent failure that would show up when searching the cf_multi_select field. r=mkanat, a=mkanat (module owner)
* Bug 579243: Also test NOT (negated) charts in xt/search.tMax Kanat-Alexander2010-07-151-6/+10
| | | | r=mkanat, a=mkanat (module owner)
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-11/+7
| | | | | instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
* Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander2010-07-151-9/+6
| | | | | | | it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner)
* Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander2010-07-081-1/+8
| | | | | (and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
* Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander2010-07-081-0/+4
| | | | | <> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+564
boolean charts r=glob, a=mkanat