From b7b56920b029d9cb9f4ce34767865c3ef1df7dc7 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 14 Jan 2014 14:19:39 +1300 Subject: [PATCH] bug 11542: Increase test coverage for Print.pm to test 1. run prove t/Print.t 2. apply patch 3. run prove t/Print.t Notice more tests are done Signed-off-by: Roman Amor Signed-off-by: Kyle M Hall UT passes, also passes koha-qa.pl --- t/Print.t | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/t/Print.t b/t/Print.t index 1a05304..faf729d 100755 --- a/t/Print.t +++ b/t/Print.t @@ -6,9 +6,10 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; BEGIN { use_ok('C4::Print'); } +ok( !NetworkPrint("")); -- 1.7.2.5