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