Bug 5327 fixing missing number of tests
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 22:28:58 +0000 (11:28 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 22:28:58 +0000 (11:28 +1300)
t/Output_JSONStream.t

index 448113c..1d0cf35 100755 (executable)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 8;
 
 BEGIN {
         use_ok('C4::Output::JSONStream');