C4::Bookfund no longer exists, removing the test
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Dec 2009 09:11:25 +0000 (22:11 +1300)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:31:37 +0000 (14:31 +0100)
t/Bookfund.t [deleted file]
t/Budgets.t [new file with mode: 0755]

diff --git a/t/Bookfund.t b/t/Bookfund.t
deleted file mode 100755 (executable)
index 30ac0e6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-#
-# This Koha test module is a stub!  
-# Add more tests here!!!
-
-use strict;
-use warnings;
-
-use Test::More tests => 1;
-
-BEGIN {
-        use_ok('C4::Bookfund');
-}
-
diff --git a/t/Budgets.t b/t/Budgets.t
new file mode 100755 (executable)
index 0000000..96d0af4
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/perl
+#
+# This Koha test module is a stub!  
+# Add more tests here!!!
+
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+BEGIN {
+        use_ok('C4::Budgets');
+}
+