[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/t Overdues.t Output.t
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/t Overdues.t Output.t |
Date: |
Mon, 18 Jun 2007 07:28:59 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Chris Cormack <rangi> 07/06/18 07:28:59
Added files:
t : Overdues.t
Removed files:
t : Output.t
Log message:
Missed test
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/t/Overdues.t?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/t/Output.t?cvsroot=koha&r1=1.1&r2=0
Patches:
Index: Overdues.t
===================================================================
RCS file: Overdues.t
diff -N Overdues.t
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Overdues.t 18 Jun 2007 07:28:59 -0000 1.1
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n"; }
+END {print "not ok 1\n" unless $loaded;}
+use C4::Overdues;
+$loaded = 1;
+print "ok 1\n";
Index: Output.t
===================================================================
RCS file: Output.t
diff -N Output.t
--- Output.t 18 Jun 2007 03:20:20 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use C4::Accounts;
-$loaded = 1;
-print "ok 1\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/t Overdues.t Output.t,
Chris Cormack <=