From 90a05998148402ae914a8bf7d631911c8688a5f3 Mon Sep 17 00:00:00 2001 From: pate Date: Fri, 31 May 2002 22:46:59 +0000 Subject: [PATCH] quick updates/corrections --- t/Catalogue.t | 9 ++++++--- testKoha.pl | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/t/Catalogue.t b/t/Catalogue.t index c27c0819e1..0330c54405 100644 --- a/t/Catalogue.t +++ b/t/Catalogue.t @@ -1,6 +1,6 @@ # $Id$ -BEGIN { $| = 1; print "1..1\n"; } +BEGIN { $| = 1; print "1..3\n"; } END {print "not ok 1\n" unless $loaded;} use C4::Catalogue; $loaded = 1; @@ -27,13 +27,16 @@ $bibid=1234; my $title=getTitle(1234); if ($title eq '') { - print "ok 2\n"; + print "ok 3\n"; } else { - print "not ok 2\n"; + print "not ok 3\n"; } # $Log$ +# Revision 1.2 2002/05/31 22:46:59 pate +# quick updates/corrections +# # Revision 1.1 2002/05/31 22:17:12 tonnesen # Skeleton test file for Catalogue.pm. Fails miserably so far. :) # diff --git a/testKoha.pl b/testKoha.pl index 30043a1f45..b6a3ea44aa 100644 --- a/testKoha.pl +++ b/testKoha.pl @@ -4,4 +4,4 @@ use strict; use Test::Harness; -runtests 't/koha.t'; +runtests 't/koha.t t/Catalogue.t'; -- 2.39.2