From: Chris Cormack Date: Thu, 20 Jan 2011 22:28:58 +0000 (+1300) Subject: Bug 5327 fixing missing number of tests X-Git-Tag: html_template_pro~456 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=d64008644a72d88e8ab5442cb24ff64d23665a8f;p=koha-ffzg.git Bug 5327 fixing missing number of tests --- 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');