summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2008-09-08 02:47:22 +0000
committerivan <ivan>2008-09-08 02:47:22 +0000
commitb96629eb08231f78f334f78c0bd6c277c60844fa (patch)
treeace9813a42e1072a9f641c0dfad3036d22740996 /FS/t
parent2c90d42ca355e77804fbd0d4fe158dcdc38392c6 (diff)
add package invoice details & comments, RT#3810
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pkg_detail.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pkg_detail.t b/FS/t/cust_pkg_detail.t
new file mode 100644
index 000000000..15dec0014
--- /dev/null
+++ b/FS/t/cust_pkg_detail.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pkg_detail;
+$loaded=1;
+print "ok 1\n";