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-26 17:45:26 -0700
commit9113d56728b4e55606daa6316066c469b08a9fc7 (patch)
tree814dcaf96bc975a1f7b3e32308fe3895056638e1 /FS/t/cable_model.t
parenta633b5ba5364a69bffb507a0a48331ba879ed0ac (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";