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