summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-08 22:55:04 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-08 22:55:04 -0700
commitc472510ffbe145ae090981bc1b0be9b644de6a37 (patch)
tree23e34b5494c6323f58c07c68a4b5eb6901968c5d /FS/t
parent6c74a126fc01b982bf43403087803512b52f0a2a (diff)
add provider dropdown to svc_cable, RT#22009
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cable_provider.t5
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";