summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2012-01-05 01:13:34 +0000
committerivan <ivan>2012-01-05 01:13:34 +0000
commitc657e00138b4fb0ba8b4f583ee963e092eded5be (patch)
tree4358ec10385c6f8efe8aea5c3d356b83075ebc91 /FS/t
parent011b7eb2fc5194c5e385954b47416fb138d334f3 (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.t5
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";