[Koha-cvs] CVS: koha/t require.t,1.1.2.2,1.1.2.3

Mike Mylonas dragon28 at users.sourceforge.net
Sat Nov 2 10:43:45 CET 2002


Update of /cvsroot/koha/koha/t
In directory usw-pr-cvs1:/tmp/cvs-serv19926/koha/t

Modified Files:
      Tag: rel-1-2
	require.t 
Log Message:
added newline at end of file

Index: require.t
===================================================================
RCS file: /cvsroot/koha/koha/t/require.t,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** require.t	2 Nov 2002 09:38:22 -0000	1.1.2.2
--- require.t	2 Nov 2002 09:43:43 -0000	1.1.2.3
***************
*** 8,10 ****
  eval { require Set::Scalar; } || print "not "; print "ok ",$i++,"\n";
  eval { require Digest::MD5; }  || print "not "; print "ok ",$i++,"\n";
! eval { require Net::Z3950; }  || print "not "; print "ok ",$i++,"\n";
\ No newline at end of file
--- 8,10 ----
  eval { require Set::Scalar; } || print "not "; print "ok ",$i++,"\n";
  eval { require Digest::MD5; }  || print "not "; print "ok ",$i++,"\n";
! eval { require Net::Z3950; }  || print "not "; print "ok ",$i++,"\n";





More information about the Koha-cvs mailing list