X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fphone_avail.t;fp=FS%2Ft%2Fphone_avail.t;h=67f7e9a7373fa9e815ca80fe7f2d6c6c24f23f3f;hb=16302a5c91267095f9c6eb6c2ad21238b6f1b781;hp=0000000000000000000000000000000000000000;hpb=9c7dee35f91a386fcce14cb6c3e9d23ba3eee8af;p=freeside.git diff --git a/FS/t/phone_avail.t b/FS/t/phone_avail.t new file mode 100644 index 000000000..67f7e9a73 --- /dev/null +++ b/FS/t/phone_avail.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::phone_avail; +$loaded=1; +print "ok 1\n";