summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorjeff <jeff>2007-08-16 13:40:46 +0000
committerjeff <jeff>2007-08-16 13:40:46 +0000
commit1293d137b061f097190eda53e4e78214e18832e6 (patch)
treeba1a26cd005b31a4e5cdf12ba1264d6cd06e736e /FS/t
parentf20b5533fdb8f1f3510b5cf4efd1f4465f359420 (diff)
support hours 'usage' tracking for our own internal use (#1733)
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/svc_acct_rt_transaction.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/svc_acct_rt_transaction.t b/FS/t/svc_acct_rt_transaction.t
new file mode 100644
index 000000000..d9958317e
--- /dev/null
+++ b/FS/t/svc_acct_rt_transaction.t
@@ -0,0 +1,5 @@
+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";