From: Chris Cormack Date: Sun, 13 Dec 2009 09:11:24 +0000 (+1300) Subject: C4::Boolean has had its' exception changed to warns, the test was erroring falsely X-Git-Tag: v3.02.00-alpha~45^2~105 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=11c0adea4e2fe9b98811792fa5e7edeaae6f9a49;p=koha_ffzg C4::Boolean has had its' exception changed to warns, the test was erroring falsely --- 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' ], ); }