summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-27 17:29:17 -0700
committerMark Wells <mark@freeside.biz>2013-09-27 17:29:17 -0700
commit1d6a32338660e3d7202faa7e4ce14736b4569a48 (patch)
tree681f6a7887f43974b7e58508e5aeb5b59db531b7 /FS/t
parentc64ff892b9067f7aa719e78b20379d3274907946 (diff)
invoice configurations, #24723
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/invoice_conf.t5
-rw-r--r--FS/t/invoice_mode.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/invoice_conf.t b/FS/t/invoice_conf.t
new file mode 100644
index 000000000..b707fa3f0
--- /dev/null
+++ b/FS/t/invoice_conf.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::invoice_conf;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/invoice_mode.t b/FS/t/invoice_mode.t
new file mode 100644
index 000000000..5f945f0d4
--- /dev/null
+++ b/FS/t/invoice_mode.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::invoice_mode;
+$loaded=1;
+print "ok 1\n";