[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4/tests Record_test.pl
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/C4/tests Record_test.pl |
Date: |
Mon, 29 May 2006 17:51:16 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Joshua Ferraro <address@hidden> 06/05/29 17:51:16
Modified files:
C4/tests : Record_test.pl
Log message:
doesn't use context yet ...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/tests/Record_test.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: koha/C4/tests/Record_test.pl
diff -u koha/C4/tests/Record_test.pl:1.1 koha/C4/tests/Record_test.pl:1.2
--- koha/C4/tests/Record_test.pl:1.1 Mon May 29 17:43:56 2006
+++ koha/C4/tests/Record_test.pl Mon May 29 17:51:16 2006
@@ -18,13 +18,13 @@
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
#
-# $Id: Record_test.pl,v 1.1 2006/05/29 17:43:56 kados Exp $
+# $Id: Record_test.pl,v 1.2 2006/05/29 17:51:16 kados Exp $
#
use strict; use warnings; #FIXME: turn off warnings before release
# specify the number of tests
use Test::More tests => 23;
-use C4::Context;
+#use C4::Context;
use C4::Record;
=head1 NAME
@@ -137,6 +137,6 @@
=head1 MODIFICATIONS
-# $Id: Record_test.pl,v 1.1 2006/05/29 17:43:56 kados Exp $
+# $Id: Record_test.pl,v 1.2 2006/05/29 17:51:16 kados Exp $
=cut
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/C4/tests Record_test.pl,
Joshua Ferraro <=