Regex to change the javascript to make cursor start in barcode box
[koha.git] / testKoha.pl
1 #!/usr/bin/perl -w
2
3 # $Id$
4
5 use strict;
6 use Test::Harness;
7
8 # please add many tests here
9 # Please make the test name the same as the module name where possible
10
11 my @tests=(
12         't/format.t',
13         't/Input.t',
14         't/koha.t',
15         't/output.t',
16         't/require.t',
17         't/Catalogue.t',
18 );
19
20
21 runtests (@tests);
22
23 exit;
24
25 # $Log$
26 # Revision 1.5  2002/06/20 18:04:46  tonnesen
27 # Are we getting sick of merging yet?  Not me!
28 #
29 # Revision 1.1.2.7  2002/06/20 15:19:33  amillar
30 # Test valid ISBN numbers in Input.pm
31 #