From: ivan Date: Tue, 13 Apr 2004 20:01:57 +0000 (+0000) Subject: adding forgotten test X-Git-Tag: BEFORE_FINAL_MASONIZE~1147 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=df33a04853368c1ccb95ea1718b1ebad93b78672 adding forgotten test --- diff --git a/FS/t/part_export-communigate_pro.t b/FS/t/part_export-communigate_pro.t new file mode 100644 index 000000000..88b8b64e0 --- /dev/null +++ b/FS/t/part_export-communigate_pro.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::communigate_pro; +$loaded=1; +print "ok 1\n";