[freeside-commits] branch master updated. 7e27595a5c5780e4f5ec82f37e9ebd8a3f4cef7c

Ivan ivan at 420.am
Sat Sep 29 15:57:58 PDT 2012


The branch, master has been updated
       via  7e27595a5c5780e4f5ec82f37e9ebd8a3f4cef7c (commit)
      from  a655a75c52c62be3faef81a5cb74de6e52e1b3f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7e27595a5c5780e4f5ec82f37e9ebd8a3f4cef7c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Sep 29 15:57:56 2012 -0700

    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 0000000..42d8620
--- /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";

-----------------------------------------------------------------------

Summary of changes:
 FS/t/{AccessRight.t => cust_tax_exempt_pkg_void.t} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 copy FS/t/{AccessRight.t => cust_tax_exempt_pkg_void.t} (74%)




More information about the freeside-commits mailing list