5 # Copyright 2000-2002 Katipo Communications
7 # This file is part of Koha.
9 # Koha is free software; you can redistribute it and/or modify it under the
10 # terms of the GNU General Public License as published by the Free Software
11 # Foundation; either version 2 of the License, or (at your option) any later
14 # Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License along with
19 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
20 # Suite 330, Boston, MA 02111-1307 USA
25 # please add many tests here
26 # Please make the test name the same as the module name where possible
32 't/AuthoritiesMarc.t',
35 't/Barcodes_PrinterConfig.t',
73 # Revision 1.7 2007/06/18 03:20:19 rangi
74 # Finishing up the last of the tests
76 # Revision 1.6 2007/06/18 01:58:24 rangi
77 # Continuing on my tests mission
79 # Revision 1.5 2007/06/18 01:34:50 rangi
82 # Revision 1.4 2007/06/18 00:51:10 rangi
83 # Continuing to add tests
85 # Revision 1.3 2007/06/17 23:44:04 rangi
86 # Simple compile only test for C4::Amazon
87 # Needs tests written for the 2 functions in it.
89 # Revision 1.2 2007/06/17 23:35:36 rangi
90 # Working on unit tests
92 # Revision 1.1 2002/11/22 09:05:18 tipaul
93 # moving non koha-running files to misc dir
95 # Revision 1.6 2002/08/14 18:12:51 tonnesen
96 # Added copyright statement to all .pl and .pm files
98 # Revision 1.5 2002/06/20 18:04:46 tonnesen
99 # Are we getting sick of merging yet? Not me!
101 # Revision 1.1.2.7 2002/06/20 15:19:33 amillar
102 # Test valid ISBN numbers in Input.pm