summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-02 17:52:56 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-02 17:52:56 +0200
commit8e9c6c3568af1bc384eb4ce64d9eae3f89004da3 (patch)
tree506d478c8d26ab05bd8bb29fe6753b4806b0adab /xt/lib/Bugzilla/Test/Search/FieldTest.pm
parent49cf9cce67f65fe53fcd950e2ba848ebf0a87ba5 (diff)
downloadbugzilla-8e9c6c3568af1bc384eb4ce64d9eae3f89004da3.tar.gz
bugzilla-8e9c6c3568af1bc384eb4ce64d9eae3f89004da3.tar.xz
Bug 601364: Make xt/search.t also test the normal field=value search params
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'xt/lib/Bugzilla/Test/Search/FieldTest.pm')
-rw-r--r--xt/lib/Bugzilla/Test/Search/FieldTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/FieldTest.pm b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
index b5f6d2334..98f6275fe 100644
--- a/xt/lib/Bugzilla/Test/Search/FieldTest.pm
+++ b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
@@ -279,7 +279,7 @@ sub join_broken {
# Accessors: Bugzilla::Search Arguments #
#########################################
-# The CGI object that will get passed to Bugzilla::Search as its arguments.
+# The data that will get passed to Bugzilla::Search as its arguments.
sub search_params {
my ($self) = @_;
return $self->{search_params} if $self->{search_params};