X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fsvc_acct_pop.t;fp=FS%2Ft%2Fsvc_acct_pop.t;h=e612c40af9be9a3e4a67db6021efc99b755a09b5;hb=f1ee95396defc991301ac758b71bdda9df82984e;hp=0000000000000000000000000000000000000000;hpb=29b94aeb1c3003f7a9bbfbe1a91a86f8b9edfbbc;p=freeside.git diff --git a/FS/t/svc_acct_pop.t b/FS/t/svc_acct_pop.t new file mode 100644 index 000000000..e612c40af --- /dev/null +++ b/FS/t/svc_acct_pop.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_acct_pop; +$loaded=1; +print "ok 1\n";