summaryrefslogtreecommitdiff
path: root/FS/t/cable_model.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:06 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:06 -0700
commit0bc2c0d9db4c16f2dbd1e89d2a685914db6454b8 (patch)
treec0b1b2d97b0e42cc44112e51f3562511c9f7673c /FS/t/cable_model.t
parent99b652023e643e4f33b72f238cca65fd9f3394b3 (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/cable_model.t')
-rw-r--r--FS/t/cable_model.t5
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";