diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 23:00:26 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 23:00:26 -0700 |
| commit | fe4515eb37d76849dd08c62782d86bc7ba311dcd (patch) | |
| tree | 6952cc3598de0c72b6a3eab1d53bde07a16c27f2 /FS/t | |
| parent | f2766e203e1aa144d046a26cf13e01e1f5b00f64 (diff) | |
| parent | 81ae0992cf8506c6a77485548ebde25eb946a9a9 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Conflicts:
FS/FS/cust_main.pm
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/cable_provider.t | 5 | ||||
| -rw-r--r-- | FS/t/invoice_conf.t | 5 | ||||
| -rw-r--r-- | FS/t/invoice_mode.t | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/FS/t/cable_provider.t b/FS/t/cable_provider.t new file mode 100644 index 000000000..c794379a9 --- /dev/null +++ b/FS/t/cable_provider.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cable_provider; +$loaded=1; +print "ok 1\n"; 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"; |
