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

Pat Eyler pate at users.sourceforge.net
Wed Jul 17 05:23:38 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	koha.t 
Log Message:
sync test with testing doc

Index: koha.t
===================================================================
RCS file: /cvsroot/koha/koha/t/koha.t,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** koha.t	26 Apr 2002 01:29:29 -0000	1.1.2.1
--- koha.t	17 Jul 2002 03:23:36 -0000	1.1.2.2
***************
*** 8,13 ****
  # test that &slashifyDate returns correct (non-US) date
  #
! $date = "01/01/2002";
! $newdate = &slashifyDate("2002-01-01");
  
  if ($date eq $newdate) {
--- 8,13 ----
  # test that &slashifyDate returns correct (non-US) date
  #
! $date = "02/01/2002";
! $newdate = &slashifyDate("2002-01-02");
  
  if ($date eq $newdate) {





More information about the Koha-cvs mailing list