Bug 345194: fix for xt tests

trunk
Byron Jones 2013-07-24 16:59:42 +08:00
parent 727a60b3a7
commit 482c23af7f
1 changed files with 5 additions and 0 deletions

View File

@ -947,6 +947,9 @@ use constant TESTS => {
},
},
],
# XXX these need tests developed
isempty => [],
isnotempty => [],
};
# Fields that do not behave as we expect, for InjectionTest.
@ -995,6 +998,8 @@ use constant INJECTION_BROKEN_OPERATOR => {
changedafter => { search => 1, field_ok => ['creation_ts'] },
changedbefore => { search => 1, field_ok => ['creation_ts'] },
changedby => { search => 1 },
isempty => { search => 1 },
isnotempty => { search => 1 },
};
# Tests run by Bugzilla::Test::Search::InjectionTest.