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