diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-08-03 17:52:34 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-03 17:52:34 -0700 |
| commit | cf54023e010df76e0c39ac70902877d7c4c94c6e (patch) | |
| tree | 8109fa975ae8ecb4435172f9a990435a734c67b6 /FS/t | |
| parent | d7759b49c2ff3b220ab328767645bfed85d18f31 (diff) | |
| parent | ecf1c9cc0a20be6e489657e005ea771977b9f69c (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/commission_rate.t | 5 | ||||
| -rw-r--r-- | FS/t/commission_schedule.t | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/commission_rate.t b/FS/t/commission_rate.t new file mode 100644 index 000000000..fb5f43cc5 --- /dev/null +++ b/FS/t/commission_rate.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::commission_rate; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/commission_schedule.t b/FS/t/commission_schedule.t new file mode 100644 index 000000000..bbe6b42dc --- /dev/null +++ b/FS/t/commission_schedule.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::commission_schedule; +$loaded=1; +print "ok 1\n"; |
