diff --git a/t/Boolean.t b/t/Boolean.t index 4810833643..4e67ee8928 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -55,10 +55,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, 'OK:', undef + ], [ + '"foo"', \&f, 'OK:', 'foo' ], ); }