diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 23:12:06 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 23:12:06 -0700 |
| commit | 3995bf01d2f4bd9c10eb0b209579efd803ccaf89 (patch) | |
| tree | 08256354d1e5c86e4ec720640c8f91f8a1a8013e /FS/t | |
| parent | e6c35a697d46eb5b47c5398daaf15d04f7c9022f (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"; |
