summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-12-15 23:06:01 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-12-15 23:06:01 +0100
commit2b8db9971cd029465b994ba4da5e4a896c206035 (patch)
treee555390c17bfd1fe0b021321cbc642f3659e41a6 /xt/lib/Bugzilla/Test/Search.pm
parentc93887f249fa25405aad68c56995cdcd2efc1e91 (diff)
downloadbugzilla-2b8db9971cd029465b994ba4da5e4a896c206035.tar.gz
bugzilla-2b8db9971cd029465b994ba4da5e4a896c206035.tar.xz
Bug 619466: Make searching by work_time search the total time on the bug
instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'xt/lib/Bugzilla/Test/Search.pm')
-rw-r--r--xt/lib/Bugzilla/Test/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/lib/Bugzilla/Test/Search.pm b/xt/lib/Bugzilla/Test/Search.pm
index 42882bea9..857af6cb3 100644
--- a/xt/lib/Bugzilla/Test/Search.pm
+++ b/xt/lib/Bugzilla/Test/Search.pm
@@ -617,7 +617,7 @@ sub _create_one_bug {
my $extra_values = $self->_extra_bug_create_values->{$number};
foreach my $field (qw(comments remaining_time percentage_complete
keyword_objects everconfirmed dependson blocked
- groups_in classification))
+ groups_in classification actual_time))
{
$extra_values->{$field} = $bug->$field;
}