From 15e57a4859d967a13113602b112c4aa197ca6002 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 27 May 2009 07:50:40 +0000 Subject: bulk provisioning via ftp and SOAP #5202 --- FS/t/cust_recon.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_recon.t (limited to 'FS/t') 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"; -- cgit v1.2.1