From 11c0adea4e2fe9b98811792fa5e7edeaae6f9a49 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 13 Dec 2009 22:11:24 +1300 Subject: [PATCH] C4::Boolean has had its' exception changed to warns, the test was erroring falsely --- t/Boolean.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Boolean.t b/t/Boolean.t index 1d179c5a4c..f0d2cc1c87 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -54,10 +54,10 @@ BEGIN { '"YES"', \&f, 'OK:1', 'YES' # verify case insensitivity # Illegal strings - ], [ - 'undef', \&f, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, undef - ], [ - '"foo"', \&f, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, 'foo' +# ], [ +# 'undef', \&f, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, undef +# ], [ +# '"foo"', \&f, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, 'foo' ], ); } -- 2.20.1