diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
commit | 172673b3aef143dc426603689d37b65394c4fe1d (patch) | |
tree | 7d7af6c967411dbb4ccabfe6746b487a71eb6224 /FS/t/contact_class.t | |
parent | 5c4da92af240d4a5d7f39e2478e344693817d5b7 (diff) |
enhance contacts: contact classes, RT#16819
Diffstat (limited to 'FS/t/contact_class.t')
-rw-r--r-- | FS/t/contact_class.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/contact_class.t b/FS/t/contact_class.t new file mode 100644 index 000000000..b4164c04a --- /dev/null +++ b/FS/t/contact_class.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::contact_class; +$loaded=1; +print "ok 1\n"; |