diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 22:55:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 22:55:04 -0700 |
commit | c472510ffbe145ae090981bc1b0be9b644de6a37 (patch) | |
tree | 23e34b5494c6323f58c07c68a4b5eb6901968c5d /FS/t | |
parent | 6c74a126fc01b982bf43403087803512b52f0a2a (diff) |
add provider dropdown to svc_cable, RT#22009
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cable_provider.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cable_provider.t b/FS/t/cable_provider.t new file mode 100644 index 000000000..c794379a9 --- /dev/null +++ b/FS/t/cable_provider.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cable_provider; +$loaded=1; +print "ok 1\n"; |