diff options
author | ivan <ivan> | 2012-01-05 01:13:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2012-01-05 01:13:34 +0000 |
commit | c657e00138b4fb0ba8b4f583ee963e092eded5be (patch) | |
tree | 4358ec10385c6f8efe8aea5c3d356b83075ebc91 /FS/t | |
parent | 011b7eb2fc5194c5e385954b47416fb138d334f3 (diff) |
add h_svc_cert.pm, fixes invoices with certs, RT#15902
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/h_svc_cert.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_svc_cert.t b/FS/t/h_svc_cert.t new file mode 100644 index 000000000..43d952711 --- /dev/null +++ b/FS/t/h_svc_cert.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_cert; +$loaded=1; +print "ok 1\n"; |