]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 345194: fix for xt tests
authorByron Jones <bjones@mozilla.com>
Wed, 24 Jul 2013 08:59:42 +0000 (16:59 +0800)
committerByron Jones <bjones@mozilla.com>
Wed, 24 Jul 2013 08:59:42 +0000 (16:59 +0800)
xt/lib/Bugzilla/Test/Search/Constants.pm

index 24a67e89df29dec3284fb256f9a49b89ff1871bd..5d84ec6ff775c6e07df94ebd2950dd74a2c649de 100644 (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.