From db18a813b59b8254ff19f77770750a781613d79e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 13 Sep 2007 22:35:20 +0000 Subject: rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem... --- FS/t/acct_rt_transaction.t | 5 +++++ FS/t/svc_acct_rt_transaction.t | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 FS/t/acct_rt_transaction.t delete mode 100644 FS/t/svc_acct_rt_transaction.t (limited to 'FS/t') diff --git a/FS/t/acct_rt_transaction.t b/FS/t/acct_rt_transaction.t new file mode 100644 index 000000000..552bdc84a --- /dev/null +++ b/FS/t/acct_rt_transaction.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::acct_rt_transaction; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/svc_acct_rt_transaction.t b/FS/t/svc_acct_rt_transaction.t deleted file mode 100644 index d9958317e..000000000 --- a/FS/t/svc_acct_rt_transaction.t +++ /dev/null @@ -1,5 +0,0 @@ -BEGIN { $| = 1; print "1..1\n" } -END {print "not ok 1\n" unless $loaded;} -use FS::svc_acct_rt_transaction; -$loaded=1; -print "ok 1\n"; -- cgit v1.2.1