From: Ivan Kohler Date: Sat, 29 Sep 2012 22:57:56 +0000 (-0700) Subject: adding missing test file X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7e27595a5c5780e4f5ec82f37e9ebd8a3f4cef7c adding missing test file --- diff --git a/FS/t/cust_tax_exempt_pkg_void.t b/FS/t/cust_tax_exempt_pkg_void.t new file mode 100644 index 000000000..42d86205f --- /dev/null +++ b/FS/t/cust_tax_exempt_pkg_void.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_tax_exempt_pkg_void; +$loaded=1; +print "ok 1\n";