diff options
| author | Mark Wells <mark@freeside.biz> | 2012-10-27 14:24:00 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-10-27 14:24:00 -0700 |
| commit | eccc8de2366e2e004a37761b8da2b447ec861ecb (patch) | |
| tree | bce8f9b106ae4fec53432600847352a48b0d14b5 /FS/t | |
| parent | 2c2da653a3d39945d8d2c244d102ccbee862053b (diff) | |
ICS invoice spool format and email delivery, #17620
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/upload_target.t (renamed from FS/t/ftp_target.t) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/t/ftp_target.t b/FS/t/upload_target.t index 1a5928118..6d55de0f2 100644 --- a/FS/t/ftp_target.t +++ b/FS/t/upload_target.t @@ -1,5 +1,5 @@ BEGIN { $| = 1; print "1..1\n" } END {print "not ok 1\n" unless $loaded;} -use FS::ftp_target; +use FS::upload_target; $loaded=1; print "ok 1\n"; |
