[Koha-patches] [PATCH 76/92] C4::Bookfund no longer exists, removing the test

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:21:09 CET 2009


From: Chris Cormack <chris at bigballofwax.co.nz>

---
 t/Bookfund.t |   14 --------------
 t/Budgets.t  |   14 ++++++++++++++
 2 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100755 t/Bookfund.t
 create mode 100755 t/Budgets.t

diff --git a/t/Bookfund.t b/t/Bookfund.t
deleted file mode 100755
index 30ac0e6..0000000
--- a/t/Bookfund.t
+++ /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
index 0000000..96d0af4
--- /dev/null
+++ b/t/Budgets.t
@@ -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');
+}
+
-- 
1.6.3.3




More information about the Koha-patches mailing list