summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2010-01-30 07:38:32 +0000
committerivan <ivan>2010-01-30 07:38:32 +0000
commit0fcdc36642e1430f02ebf5326740e231883bd41f (patch)
treee5633883c65370134141202c40c616d35481d434 /FS/t
parent11b586f0fad8164514d272cee321e12bde6a49ef (diff)
discounts, RT#6679
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pkg_discount.t5
-rw-r--r--FS/t/discount.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/cust_pkg_discount.t b/FS/t/cust_pkg_discount.t
new file mode 100644
index 000000000..51108a76e
--- /dev/null
+++ b/FS/t/cust_pkg_discount.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pkg_discount;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/discount.t b/FS/t/discount.t
new file mode 100644
index 000000000..d221e8ef2
--- /dev/null
+++ b/FS/t/discount.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::discount;
+$loaded=1;
+print "ok 1\n";