Merge commit 'kc/master'
[koha_fer] / t / Boolean.t
index 1d179c5..4810833 100755 (executable)
@@ -2,6 +2,7 @@
 #
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Boolean;
 
 use vars qw( @tests );
@@ -54,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, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, undef
+#   ], [
+#      '"foo"',   \&f, C4::Boolean::INVALID_BOOLEAN_STRING_EXCEPTION, 'foo'
    ],
 );
 }