summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-12 02:28:46 +0000
committerjeff <jeff>2008-09-12 02:28:46 +0000
commit808b89d9c1f34c9c66064da212ab7036b85973a1 (patch)
tree36b83dca94cc8fcf8dcfb473095e1354050d8a2c /FS/t
parentfaa9e03809537153822776b375d3add5de7c7800 (diff)
re-repurpose cust_bill_pkg
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_bill_pkg_display.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_bill_pkg_display.t b/FS/t/cust_bill_pkg_display.t
new file mode 100644
index 000000000..d84dbdf05
--- /dev/null
+++ b/FS/t/cust_bill_pkg_display.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_bill_pkg_display;
+$loaded=1;
+print "ok 1\n";