diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-31 13:56:41 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-31 13:56:41 -0500 |
commit | b7ef80d945a1d5919e6f25437cf765e6355e5cb5 (patch) | |
tree | 744bafd1076b8402aa105332efd1c0a826587e8d /FS/t | |
parent | 892ffefd1fda5aea9c6a3fe980613a3ab2e976b9 (diff) | |
parent | 92b6628c08e4478e48b6f250320a3e3e93262ec2 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cust_pkg_reason_fee.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pkg_reason_fee.t b/FS/t/cust_pkg_reason_fee.t new file mode 100644 index 000000000..96cb79a7a --- /dev/null +++ b/FS/t/cust_pkg_reason_fee.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg_reason_fee; +$loaded=1; +print "ok 1\n"; |