bug 2585: fix search links for names (XSLT OPAC display)
[koha.git] / misc / testKoha.pl
blob281c4d13ce77918b1d70b1a467e982413d328a8e
1 #!/usr/bin/perl -w
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
12 # version.
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
22 use strict;
23 use Test::Harness;
25 # please add many tests here
26 # Please make the test name the same as the module name where possible
28 my @tests=(
29 't/Accounts.t',
30 't/Acquisition.t',
31 't/Amazon.t',
32 't/AuthoritiesMarc.t',
33 't/Auth.t',
34 't/Auth_with_ldap.t',
35 't/Barcodes_PrinterConfig.t',
36 't/Biblio.t',
37 't/Bookfund.t',
38 't/Bookseller.t',
39 't/BookShelves.t',
40 't/Boolean.t',
41 't/Breeding.t',
42 't/Calendar.t',
43 't/Circulation.t',
44 't/Context.t',
45 't/Date.t',
46 't/Input.t',
47 't/koha.t',
48 't/Labels.t',
49 't/Languages.t',
50 't/Letters.t',
51 't/Log.t',
52 't/Maintainance.t',
53 't/Members.t',
54 't/NewsChannels.t',
55 't/output.t',
56 't/Overdues.t',
57 't/Print.t',
58 't/Record.t',
59 't/Reserves.t',
60 't/Review.t',
61 't/Search.t',
62 't/Serials.t',
63 't/Stats.t',
64 't/Suggestions.t',
65 't/Z3950.t'
69 runtests (@tests);
71 exit;
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
80 # More test files
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