summaryrefslogtreecommitdiff
path: root/FS/t/legacy_cust_history.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:26 -0800
committerIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:26 -0800
commitaaa1a91c209ec3547b2c62dc59af935649a62b58 (patch)
tree95f75a577534f09a8ffdce286d375732a1cfb681 /FS/t/legacy_cust_history.t
parent3f27b7ce7c72b0ff7061baf3586e130b1c9a1569 (diff)
legacy change history, RT#29311
Diffstat (limited to 'FS/t/legacy_cust_history.t')
-rw-r--r--FS/t/legacy_cust_history.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/legacy_cust_history.t b/FS/t/legacy_cust_history.t
new file mode 100644
index 000000000..ac48aee0c
--- /dev/null
+++ b/FS/t/legacy_cust_history.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::legacy_cust_history;
+$loaded=1;
+print "ok 1\n";