bug 11542: Increase test coverage for Print.pm
authordaniel <daniel.barker.nz@gmail.com>
Tue, 14 Jan 2014 01:19:39 +0000 (14:19 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 14 Jan 2014 20:41:31 +0000 (20:41 +0000)
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 <romanwilton@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
UT passes, also passes koha-qa.pl

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tests pass :)

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/Print.t

index 1a05304..faf729d 100755 (executable)
--- 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(""));