From 64a9c641003f865690956436e27d2a71d9044f1f Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 8 Dec 2011 09:34:36 +1300 Subject: [PATCH] Added missing reference case to Boolean.t and corrected count http://bugs.koha-community.org/show_bug.cgi?id=5327 Signed-off-by: Katrin Fischer Test passes. Signed-off-by: Paul Poulain --- t/Boolean.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Boolean.t b/t/Boolean.t index af5c8b71d2..0f04913cae 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 13; BEGIN { use_ok( 'C4::Boolean', qw( true_p ) ); } -- 2.20.1