From 167dbdad01e2c1b62fd9be43cc05212e8c874a02 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 3 Feb 2015 07:14:45 -0800 Subject: contacts can be shared among customers / "duplicate contact emails", RT#27943 --- FS/t/cust_contact.t | 5 +++++ FS/t/prospect_contact.t | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FS/t/cust_contact.t create mode 100644 FS/t/prospect_contact.t (limited to 'FS/t') diff --git a/FS/t/cust_contact.t b/FS/t/cust_contact.t new file mode 100644 index 0000000..0e9ea71 --- /dev/null +++ b/FS/t/cust_contact.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_contact; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/prospect_contact.t b/FS/t/prospect_contact.t new file mode 100644 index 0000000..dbb12e5 --- /dev/null +++ b/FS/t/prospect_contact.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::prospect_contact; +$loaded=1; +print "ok 1\n"; -- cgit v1.1