Commit ea996b76 authored by Byron Jones's avatar Byron Jones

Bug 345194: fix for xt tests

parent 2fe3e064
...@@ -947,6 +947,9 @@ use constant TESTS => { ...@@ -947,6 +947,9 @@ use constant TESTS => {
}, },
}, },
], ],
# XXX these need tests developed
isempty => [],
isnotempty => [],
}; };
# Fields that do not behave as we expect, for InjectionTest. # Fields that do not behave as we expect, for InjectionTest.
...@@ -995,6 +998,8 @@ use constant INJECTION_BROKEN_OPERATOR => { ...@@ -995,6 +998,8 @@ use constant INJECTION_BROKEN_OPERATOR => {
changedafter => { search => 1, field_ok => ['creation_ts'] }, changedafter => { search => 1, field_ok => ['creation_ts'] },
changedbefore => { search => 1, field_ok => ['creation_ts'] }, changedbefore => { search => 1, field_ok => ['creation_ts'] },
changedby => { search => 1 }, changedby => { search => 1 },
isempty => { search => 1 },
isnotempty => { search => 1 },
}; };
# Tests run by Bugzilla::Test::Search::InjectionTest. # Tests run by Bugzilla::Test::Search::InjectionTest.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment