summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-10-02Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander1-1/+1
bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601364: Make xt/search.t also test the normal field=value search paramsMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat (module owner)
2010-07-18Bug 579695: Make xt/search.t do substring tests using a more consistentMax Kanat-Alexander1-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)
2010-07-16Bug 579243: Also test NOT (negated) charts in xt/search.tMax Kanat-Alexander1-6/+10
r=mkanat, a=mkanat (module owner)
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-11/+7
instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-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)
2010-07-09Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander1-1/+8
(and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
2010-07-09Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander1-0/+4
<> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+564
boolean charts r=glob, a=mkanat