summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-08 17:23:05 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-08 17:23:05 -0800
commit8861d46820af163c7de7839178b6120c9b32ab2c (patch)
treeebd723b2d1ea70f57bc52f94c80d991b5f50094a /FS/t
parent49809d3653e7ac4951d36716dce3cd25ba9c3728 (diff)
time/data/etc. unit pricing add-ons, RT#24392
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pkg_usageprice.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pkg_usageprice.t b/FS/t/cust_pkg_usageprice.t
new file mode 100644
index 000000000..2e057edf0
--- /dev/null
+++ b/FS/t/cust_pkg_usageprice.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pkg_usageprice;
+$loaded=1;
+print "ok 1\n";