summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2009-06-30 01:42:56 +0000
committerivan <ivan>2009-06-30 01:42:56 +0000
commit665067cef48a5516e0bfb2dd79d99b8495e25ee5 (patch)
tree40b11281ad950b57c1dc940e35a691ae62811a17 /FS/t
parentf544c8f095cfb2e844810d31b6230b96033cb1e8 (diff)
phone devices (for netsapiens integration), RT#5226
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/part_device.t5
-rw-r--r--FS/t/phone_device.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/part_device.t b/FS/t/part_device.t
new file mode 100644
index 000000000..569686829
--- /dev/null
+++ b/FS/t/part_device.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_device;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/phone_device.t b/FS/t/phone_device.t
new file mode 100644
index 000000000..307031400
--- /dev/null
+++ b/FS/t/phone_device.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::phone_device;
+$loaded=1;
+print "ok 1\n";