diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-31 18:40:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-31 18:40:38 +0100 |
commit | b4a60112dc7f85d3afb94c099169986aa5056b06 (patch) | |
tree | e27c9a332a175f2872f130bb29b108672b06d465 /xt | |
parent | d141a53e150c68b5a662a0ee625fc398ab164378 (diff) | |
download | bugzilla-b4a60112dc7f85d3afb94c099169986aa5056b06.tar.gz bugzilla-b4a60112dc7f85d3afb94c099169986aa5056b06.tar.xz |
Fix TODO tests which now pass
https://bugzilla.mozilla.org/show_bug.cgi?id=574577
Diffstat (limited to 'xt')
-rw-r--r-- | xt/lib/Bugzilla/Test/Search/Constants.pm | 4 |
1 files changed, 0 insertions, 4 deletions
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 }, |