diff options
author | Mark Wells <mark@freeside.biz> | 2014-06-30 23:27:42 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-06-30 23:27:42 -0700 |
commit | 447f1a906b47868497485edc3ba190a808539956 (patch) | |
tree | 74841402a78c309775963a00f816773ac5773287 /FS/t/part_pkg_fcc_option.t | |
parent | 507f1809a908cf738252be86bd444253787302b7 (diff) |
start of FCC 477 report rewrite, #24047 and #28020
Diffstat (limited to 'FS/t/part_pkg_fcc_option.t')
-rw-r--r-- | FS/t/part_pkg_fcc_option.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_pkg_fcc_option.t b/FS/t/part_pkg_fcc_option.t new file mode 100644 index 000000000..8f781c866 --- /dev/null +++ b/FS/t/part_pkg_fcc_option.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_fcc_option; +$loaded=1; +print "ok 1\n"; |