[Koha-cvs] koha/C4/tests Record_test.pl

Joshua Ferraro jmf at kados.org
Mon May 29 19:51:16 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	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





More information about the Koha-cvs mailing list