From d275f99f6cce590b7a0bb8268a2407ae13ea8d77 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 3 Mar 2011 13:57:22 -0800 Subject: Bug 240398: Make flagtypes.name work properly with all the boolean chart operators. r=mkanat, a=mkanat (module owner) --- xt/lib/Bugzilla/Test/Search/OrTest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/lib/Bugzilla/Test/Search/OrTest.pm') diff --git a/xt/lib/Bugzilla/Test/Search/OrTest.pm b/xt/lib/Bugzilla/Test/Search/OrTest.pm index 35653d0f0..42dc30698 100644 --- a/xt/lib/Bugzilla/Test/Search/OrTest.pm +++ b/xt/lib/Bugzilla/Test/Search/OrTest.pm @@ -70,7 +70,7 @@ sub debug_value { # SKIP & TODO Messages # ######################## -sub _join_skip { OR_SKIP } +sub _join_skip { () } sub _join_broken_constant { OR_BROKEN } sub field_not_yet_implemented { -- cgit v1.2.3-24-g4f1b