diff options
author | ivan <ivan> | 2010-01-25 17:43:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-25 17:43:57 +0000 |
commit | 19fb1fb69bebf7b9ab99f89b15701992dc5b9299 (patch) | |
tree | 18ebe4b1db5f9dbe3e6be243cc8a8ece7e06690b /FS/t | |
parent | 110ae83aeb94a4fe9e13c0c35184ab5fed7961c5 (diff) |
initial svc_pbx implementation, RT#7051
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/svc_pbx.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/svc_pbx.t b/FS/t/svc_pbx.t new file mode 100644 index 000000000..2a41372a0 --- /dev/null +++ b/FS/t/svc_pbx.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_pbx; +$loaded=1; +print "ok 1\n"; |