diff options
author | levinse <levinse> | 2011-04-15 03:15:36 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-15 03:15:36 +0000 |
commit | f4531e22c9e060274dc9718f829b52abbe8e2d33 (patch) | |
tree | 0c8ed2abe0f5334b10d58e60723759bc4761a580 /FS/t/msa.t | |
parent | 1e9400bf7d19612a317a882637a21f95204367be (diff) |
bulk DID orders/inventory enhancements, RT11291
Diffstat (limited to 'FS/t/msa.t')
-rw-r--r-- | FS/t/msa.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/msa.t b/FS/t/msa.t new file mode 100644 index 000000000..84b603300 --- /dev/null +++ b/FS/t/msa.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::msa; +$loaded=1; +print "ok 1\n"; |