X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fcust_attachment.t;fp=FS%2Ft%2Fcust_attachment.t;h=59862040cf9c3a98749200ccf9447c08a9851e34;hb=505d7cbfbaf382a9477e8e754a0b89676c23f5d1;hp=0000000000000000000000000000000000000000;hpb=6b89c9cf7abe900811cac333fa7133f1be0af488;p=freeside.git diff --git a/FS/t/cust_attachment.t b/FS/t/cust_attachment.t new file mode 100644 index 000000000..59862040c --- /dev/null +++ b/FS/t/cust_attachment.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_attachment; +$loaded=1; +print "ok 1\n";