diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-09-10 01:34:03 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-10 01:34:03 -0700 |
| commit | dcfdfa382ec3e357f1cd3c822fd5e658b0746f85 (patch) | |
| tree | 2466faf950fa2a87490bcf904bd7b72bfac4802d /FS/t | |
| parent | a5dce53ac50026bc6caef192100162f1d86a863f (diff) | |
svc_cable service have a single serial / MAC / model, not one-to-many devices like svc_phone and svc_dsl, RT#22009
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/cable_model.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cable_model.t b/FS/t/cable_model.t new file mode 100644 index 000000000..cff872a86 --- /dev/null +++ b/FS/t/cable_model.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cable_model; +$loaded=1; +print "ok 1\n"; |
