diff options
author | ivan <ivan> | 2010-03-23 03:54:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-23 03:54:01 +0000 |
commit | 740a284c94d57bd755baa58dae36eae5bc581e44 (patch) | |
tree | d02b95eac93602bfabcb26f26e0d35be4ffc2c80 /FS/t | |
parent | f46056f1423db7b7daf4a43f11610e1d961823af (diff) |
adding svc_mailinglist for communigate "groups" (mailing lists), RT#7514
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/h_svc_mailinglist.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_svc_mailinglist.t b/FS/t/h_svc_mailinglist.t new file mode 100644 index 000000000..d75575a81 --- /dev/null +++ b/FS/t/h_svc_mailinglist.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_mailinglist; +$loaded=1; +print "ok 1\n"; |