C4::Boolean has had its' exception changed to warns, the test was erroring falsely
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Dec 2009 09:11:24 +0000 (22:11 +1300)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:31:36 +0000 (14:31 +0100)
t/Boolean.t

index 1d179c5..f0d2cc1 100755 (executable)
@@ -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'
    ],
 );
 }