adding forgotten test
authorivan <ivan>
Tue, 13 Apr 2004 20:01:57 +0000 (20:01 +0000)
committerivan <ivan>
Tue, 13 Apr 2004 20:01:57 +0000 (20:01 +0000)
FS/t/part_export-communigate_pro.t [new file with mode: 0644]

diff --git a/FS/t/part_export-communigate_pro.t b/FS/t/part_export-communigate_pro.t
new file mode 100644 (file)
index 0000000..88b8b64
--- /dev/null
@@ -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";