[freeside-commits] freeside/FS/t acct_rt_transaction.t, NONE, 1.1 svc_acct_rt_transaction.t, 1.1, NONE
Ivan,,,
ivan at wavetail.420.am
Thu Sep 13 15:35:22 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv1827/FS/t
Added Files:
acct_rt_transaction.t
Removed Files:
svc_acct_rt_transaction.t
Log Message:
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...
--- NEW FILE: acct_rt_transaction.t ---
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";
--- svc_acct_rt_transaction.t DELETED ---
More information about the freeside-commits
mailing list