diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-27 17:19:36 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-27 17:19:36 -0700 |
| commit | eb3bd392a89b8b666dc512951e78913c05b98810 (patch) | |
| tree | 22670bdf99b0a473abb708f6f5c55cbfa2f0c249 /FS/t | |
| parent | e3012c0751dad6710ea35b6d074b551bffdad09b (diff) | |
invoice configurations, #24723
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/invoice_conf.t | 5 | ||||
| -rw-r--r-- | FS/t/invoice_mode.t | 5 |
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"; |
