summaryrefslogtreecommitdiff
path: root/FS/t/did_order.t
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-13 07:23:42 +0000
committerlevinse <levinse>2011-02-13 07:23:42 +0000
commit705719c34352808839deb2f7fb9c420fd1baf3c8 (patch)
tree7c1bc01f55bc9382bd9f7297e114d1e69efeeef5 /FS/t/did_order.t
parent67c6b2d956295e851335567da679230d818e73ab (diff)
bulk DID orders and inventory, RT11291
Diffstat (limited to 'FS/t/did_order.t')
-rw-r--r--FS/t/did_order.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/did_order.t b/FS/t/did_order.t
new file mode 100644
index 000000000..ae58719bd
--- /dev/null
+++ b/FS/t/did_order.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::did_order;
+$loaded=1;
+print "ok 1\n";