summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-03 20:41:35 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-03 20:41:35 +0100
commitac3fc4635663e59fd953c26d66e1b0d4f7dd7764 (patch)
tree4b718716946177992e95c438cae7ee7f99f0233d /xt/lib/Bugzilla/Test/Search/FieldTest.pm
parent9785bd9b3e44af9cbd4fc37b37b5eb00a94b69ee (diff)
downloadbugzilla-ac3fc4635663e59fd953c26d66e1b0d4f7dd7764.tar.gz
bugzilla-ac3fc4635663e59fd953c26d66e1b0d4f7dd7764.tar.xz
Bug 638518: Make all boolean chart operators work with attach_data.thedata
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.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/FieldTest.pm b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
index 400ca3263..02e0df06c 100644
--- a/xt/lib/Bugzilla/Test/Search/FieldTest.pm
+++ b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
@@ -191,13 +191,6 @@ sub _known_broken {
$value_name .= "-$extra_name";
}
- if (!$skip_pg_check and Bugzilla->dbh->isa('Bugzilla::DB::Pg')) {
- my $field_broken = PG_BROKEN->{$field}->{$operator};
- return $field_broken if $field_broken;
- my $pg_value_broken = PG_BROKEN->{$field}->{$value_name};
- return $pg_value_broken if $pg_value_broken;
- }
-
my $value_broken = $constant->{$value_name}->{$field};
$value_broken ||= $constant->{$value_name}->{$type};
return $value_broken if $value_broken;