index=kw searches now search all indexes for nozebra
[koha.git] / misc / testKoha.pl
old mode 100644 (file)
new mode 100755 (executable)
index 9827d94..281c4d1
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id$
 
 
 # Copyright 2000-2002 Katipo Communications
@@ -35,14 +34,35 @@ my @tests=(
        't/Auth_with_ldap.t',
        't/Barcodes_PrinterConfig.t',
        't/Biblio.t',
-       't/Bookfund.t'
+       't/Bookfund.t',
        't/Bookseller.t',
-       't/format.t',
+       't/BookShelves.t',
+       't/Boolean.t',
+       't/Breeding.t',
+       't/Calendar.t',
+       't/Circulation.t',
+       't/Context.t',
+       't/Date.t',     
        't/Input.t',
        't/koha.t',
+       't/Labels.t',
+       't/Languages.t',
+       't/Letters.t',
+       't/Log.t',
+       't/Maintainance.t',
+       't/Members.t',
+       't/NewsChannels.t',
        't/output.t',
-       't/require.t',
-       't/Catalogue.t',
+       't/Overdues.t',
+       't/Print.t',
+       't/Record.t',
+       't/Reserves.t',
+       't/Review.t',
+       't/Search.t',
+       't/Serials.t',
+       't/Stats.t',
+       't/Suggestions.t',
+       't/Z3950.t'
 );
 
 
@@ -50,7 +70,12 @@ runtests (@tests);
 
 exit;
 
-# $Log$
+# Revision 1.7  2007/06/18 03:20:19  rangi
+# Finishing up the last of the tests
+#
+# Revision 1.6  2007/06/18 01:58:24  rangi
+# Continuing on my tests mission
+#
 # Revision 1.5  2007/06/18 01:34:50  rangi
 # More test files
 #