diff options
author | ivan <ivan> | 2010-05-23 01:59:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-23 01:59:21 +0000 |
commit | 450e069ef06ba6bbb58a9f48c5bd9365248e4cb5 (patch) | |
tree | e9444063fc0d7a932602c14c1ec368eca247d9fb /FS/t | |
parent | 3e3c9fe57cd2b6dd0467b37b470892f0e448f300 (diff) |
communigate pro rules, RT#7515
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/svc_CGPRule_Mixin.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/svc_CGPRule_Mixin.t b/FS/t/svc_CGPRule_Mixin.t new file mode 100644 index 000000000..fcccd12f0 --- /dev/null +++ b/FS/t/svc_CGPRule_Mixin.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_CGPRule_Mixin; +$loaded=1; +print "ok 1\n"; |