diff options
author | jeff <jeff> | 2010-05-22 19:49:20 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-05-22 19:49:20 +0000 |
commit | 3e3c9fe57cd2b6dd0467b37b470892f0e448f300 (patch) | |
tree | f6bddc5fadbbc0106ac75d6d11349bf0cdf9bab8 /FS/t | |
parent | 092f7a9513b9de30a2b936865667daf18a07a810 (diff) |
improved fcc 477 report #7783
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/Report-FCC_477.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/Report-FCC_477.t b/FS/t/Report-FCC_477.t new file mode 100644 index 000000000..b7359aa83 --- /dev/null +++ b/FS/t/Report-FCC_477.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::Report::FCC_477; +$loaded=1; +print "ok 1\n"; |