X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2Freport_batch.t;fp=FS%2Ft%2Freport_batch.t;h=42fc8936ae13aafca3854e7919a0af84753c36f5;hp=0000000000000000000000000000000000000000;hb=c0c5709fb022b83a482d0b35f7094505766d5868;hpb=7bce756e86a4307d6cad49a690f22a321acc9981 diff --git a/FS/t/report_batch.t b/FS/t/report_batch.t new file mode 100644 index 000000000..42fc8936a --- /dev/null +++ b/FS/t/report_batch.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::report_batch; +$loaded=1; +print "ok 1\n";