From d64008644a72d88e8ab5442cb24ff64d23665a8f Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 21 Jan 2011 11:28:58 +1300 Subject: [PATCH] Bug 5327 fixing missing number of tests --- t/Output_JSONStream.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Output_JSONStream.t b/t/Output_JSONStream.t index 448113ce76..1d0cf35646 100755 --- a/t/Output_JSONStream.t +++ b/t/Output_JSONStream.t @@ -6,7 +6,7 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 8; BEGIN { use_ok('C4::Output::JSONStream'); -- 2.11.0