diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-05-14 00:28:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-26 17:23:44 -0700 |
| commit | a97e5cbca3e7b9e7d59ecbe34057426b2ff7b34d (patch) | |
| tree | 9c93e64636997e1e8ba0083fe71f1eb70faa6019 /FS/t | |
| parent | 486a5bc9dce792b34889411617ef7ebf535b93c7 (diff) | |
svc_cable (2.3 backport), RT#22009
Conflicts:
FS/FS/access_right.pm
FS/MANIFEST
httemplate/docs/part_svc-table.html
httemplate/view/svc_phone.cgi
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/cable_device.t | 5 | ||||
| -rw-r--r-- | FS/t/svc_cable.t | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/cable_device.t b/FS/t/cable_device.t new file mode 100644 index 000000000..016d2c5c1 --- /dev/null +++ b/FS/t/cable_device.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cable_device; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/svc_cable.t b/FS/t/svc_cable.t new file mode 100644 index 000000000..505765990 --- /dev/null +++ b/FS/t/svc_cable.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_cable; +$loaded=1; +print "ok 1\n"; |
