summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-19 22:31:58 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-19 22:31:58 -0700
commitecc15d03711690d2b2aeeda2bd8ff1119956c583 (patch)
tree39803c33eda9afbbd7dd85fc59939ffddff92bc2 /FS/t
parent6bcf9060e47a38b1e209b2be09f70dcce4b0e8c0 (diff)
parent0af30a9f44dc538f8696e20d02e32183b8ccf82b (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_credit_void.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_credit_void.t b/FS/t/cust_credit_void.t
new file mode 100644
index 000000000..6113ef5b8
--- /dev/null
+++ b/FS/t/cust_credit_void.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_credit_void;
+$loaded=1;
+print "ok 1\n";