summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorjeff <jeff>2009-05-27 07:50:40 +0000
committerjeff <jeff>2009-05-27 07:50:40 +0000
commit15e57a4859d967a13113602b112c4aa197ca6002 (patch)
tree58777b351cb923860b193d0bef63dacd974288b3 /FS/t
parent12ec6818dfd015042f516821c35ac68846b6baa0 (diff)
bulk provisioning via ftp and SOAP #5202
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_recon.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_recon.t b/FS/t/cust_recon.t
new file mode 100644
index 0000000..3724736
--- /dev/null
+++ b/FS/t/cust_recon.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_recon;
+$loaded=1;
+print "ok 1\n";