rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its...
[freeside.git] / FS / t / acct_rt_transaction.t
diff --git a/FS/t/acct_rt_transaction.t b/FS/t/acct_rt_transaction.t
new file mode 100644 (file)
index 0000000..552bdc8
--- /dev/null
@@ -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";