diff options
author | ivan <ivan> | 2007-09-13 22:35:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-13 22:35:20 +0000 |
commit | db18a813b59b8254ff19f77770750a781613d79e (patch) | |
tree | da94fc86ca1b595cdfda073d10e25d2b3188e3cf /FS/t/acct_rt_transaction.t | |
parent | 24a360f232fb25bfc1e1285575b4a55a5e350c21 (diff) |
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...
Diffstat (limited to 'FS/t/acct_rt_transaction.t')
-rw-r--r-- | FS/t/acct_rt_transaction.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |