[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha testKoha.pl,1.1.2.6,1.1.2.7
From: |
Alan Millar |
Subject: |
[Koha-cvs] CVS: koha testKoha.pl,1.1.2.6,1.1.2.7 |
Date: |
Thu, 20 Jun 2002 08:19:35 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv8186
Modified Files:
Tag: rel-1-2
testKoha.pl
Log Message:
Test valid ISBN numbers in Input.pm
Index: testKoha.pl
===================================================================
RCS file: /cvsroot/koha/koha/testKoha.pl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -r1.1.2.6 -r1.1.2.7
*** testKoha.pl 15 May 2002 13:32:11 -0000 1.1.2.6
--- testKoha.pl 20 Jun 2002 15:19:33 -0000 1.1.2.7
***************
*** 1,8 ****
#!/usr/bin/perl -w
use strict;
use Test::Harness;
# please add many tests here
! runtests ('t/format.t', 't/koha.t', 't/output.t', 't/require.t');
--- 1,27 ----
#!/usr/bin/perl -w
+ # $Id$
+
use strict;
use Test::Harness;
# please add many tests here
! # Please make the test name the same as the module name where possible
!
! my @tests=(
! 't/format.t',
! 't/Input.t',
! 't/koha.t',
! 't/output.t',
! 't/require.t',
! );
!
!
! runtests (@tests);
!
! exit;
+ # $Log$
+ # Revision 1.1.2.7 2002/06/20 15:19:33 amillar
+ # Test valid ISBN numbers in Input.pm
+ #
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha testKoha.pl,1.1.2.6,1.1.2.7,
Alan Millar <=