From: ivan Date: Tue, 29 Sep 2009 06:17:50 +0000 (+0000) Subject: forgot X-Git-Tag: freeside_1_9_1^2~57 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=505d7cbfbaf382a9477e8e754a0b89676c23f5d1;p=freeside.git forgot --- 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";