diff options
| author | jeff <jeff> | 2009-05-27 07:50:40 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2009-05-27 07:50:40 +0000 |
| commit | 15e57a4859d967a13113602b112c4aa197ca6002 (patch) | |
| tree | 58777b351cb923860b193d0bef63dacd974288b3 /FS/t | |
| parent | 12ec6818dfd015042f516821c35ac68846b6baa0 (diff) | |
bulk provisioning via ftp and SOAP #5202
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/cust_recon.t | 5 |
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 000000000..3724736f4 --- /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"; |
