From eccc8de2366e2e004a37761b8da2b447ec861ecb Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 27 Oct 2012 14:24:00 -0700 Subject: ICS invoice spool format and email delivery, #17620 --- FS/t/upload_target.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/upload_target.t (limited to 'FS/t/upload_target.t') diff --git a/FS/t/upload_target.t b/FS/t/upload_target.t new file mode 100644 index 000000000..6d55de0f2 --- /dev/null +++ b/FS/t/upload_target.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::upload_target; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1