summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-10 01:20:21 -0800
committerMark Wells <mark@freeside.biz>2016-03-10 01:23:34 -0800
commit733afa09f60a32088277bf743ac29d9caa1c7c78 (patch)
treeae1ee6b8c1c997207f54aa01b5919bad0a526fef /FS/t
parent2829b0c807bd4093f49e5d76cc1c112a868afcb6 (diff)
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/olt_site.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/olt_site.t b/FS/t/olt_site.t
new file mode 100644
index 000000000..d475da17c
--- /dev/null
+++ b/FS/t/olt_site.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::olt_site;
+$loaded=1;
+print "ok 1\n";