From 705719c34352808839deb2f7fb9c420fd1baf3c8 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 13 Feb 2011 07:23:42 +0000 Subject: bulk DID orders and inventory, RT11291 --- FS/t/did_vendor.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/did_vendor.t (limited to 'FS/t/did_vendor.t') diff --git a/FS/t/did_vendor.t b/FS/t/did_vendor.t new file mode 100644 index 000000000..b8df3ee66 --- /dev/null +++ b/FS/t/did_vendor.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::did_vendor; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1