From e85b4557f9629dea8359471b1f3cc86cd56a07ec Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 13 Dec 2009 22:11:25 +1300 Subject: [PATCH] C4::Bookfund no longer exists, removing the test --- t/{Bookfund.t => Budgets.t} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{Bookfund.t => Budgets.t} (82%) diff --git a/t/Bookfund.t b/t/Budgets.t similarity index 82% rename from t/Bookfund.t rename to t/Budgets.t index 30ac0e6562..96d0af4885 100755 --- a/t/Bookfund.t +++ b/t/Budgets.t @@ -9,6 +9,6 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok('C4::Bookfund'); + use_ok('C4::Budgets'); } -- 2.39.5