diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:32 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:32 -0800 |
commit | e4a47f372deb65290c79c78b1ea17e6a8af9ecfa (patch) | |
tree | b1251b64ae1833a5b1464863b32a383d391a202c /FS/t/legacy_cust_history.t | |
parent | acfdd430ccbe5a0867b42dd99d255f8f108a35e3 (diff) |
legacy change history, RT#29311
Diffstat (limited to 'FS/t/legacy_cust_history.t')
-rw-r--r-- | FS/t/legacy_cust_history.t | 5 |
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"; |