[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/t Catalogue.t,1.1,1.2
From: |
Pat Eyler |
Subject: |
[Koha-cvs] CVS: koha/t Catalogue.t,1.1,1.2 |
Date: |
Fri, 31 May 2002 15:47:01 -0700 |
Update of /cvsroot/koha/koha/t
In directory usw-pr-cvs1:/tmp/cvs-serv8849/t
Modified Files:
Catalogue.t
Log Message:
quick updates/corrections
Index: Catalogue.t
===================================================================
RCS file: /cvsroot/koha/koha/t/Catalogue.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Catalogue.t 31 May 2002 22:17:12 -0000 1.1
--- Catalogue.t 31 May 2002 22:46:59 -0000 1.2
***************
*** 1,5 ****
# $Id$
! BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use C4::Catalogue;
--- 1,5 ----
# $Id$
! BEGIN { $| = 1; print "1..3\n"; }
END {print "not ok 1\n" unless $loaded;}
use C4::Catalogue;
***************
*** 28,38 ****
if ($title eq '') {
! print "ok 2\n";
} else {
! print "not ok 2\n";
}
# $Log$
# Revision 1.1 2002/05/31 22:17:12 tonnesen
# Skeleton test file for Catalogue.pm. Fails miserably so far. :)
--- 28,41 ----
if ($title eq '') {
! print "ok 3\n";
} else {
! 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. :)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/t Catalogue.t,1.1,1.2,
Pat Eyler <=