Bug 16154: CGI->multi_param - Declare a list
[koha.git] / t / Ris.t
diff --git a/t/Ris.t b/t/Ris.t
index 30157e4..0840e2c 100755 (executable)
--- a/t/Ris.t
+++ b/t/Ris.t
@@ -6,9 +6,14 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 4;
 
 BEGIN {
         use_ok('C4::Ris');
 }
 
+is(C4::Ris::print_typetag(),undef,'test printing typetag');
+
+is(C4::Ris::print_title(),undef, 'test printing title when print_title is nil');
+
+is(C4::Ris::print_stitle(),undef, 'test printing info from series title field when its nil');