From b4a60112dc7f85d3afb94c099169986aa5056b06 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Jan 2012 18:40:38 +0100 Subject: Fix TODO tests which now pass https://bugzilla.mozilla.org/show_bug.cgi?id=574577 --- xt/lib/Bugzilla/Test/Search/Constants.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xt/lib') diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index d02ee6c15..bfcc439e4 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -235,10 +235,6 @@ use constant CHANGED_VALUE_BROKEN => ( # while the other fails. In this case, we have a special override for # "operator-value", which uniquely identifies tests. use constant KNOWN_BROKEN => { - "equals-%group.<1-bug_group>%" => { - commenter => { contains => [1,2,3,4,5] }, - }, - greaterthan => { GREATERTHAN_BROKEN }, greaterthaneq => { GREATERTHAN_BROKEN }, -- cgit v1.2.3-24-g4f1b