From c657e00138b4fb0ba8b4f583ee963e092eded5be Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jan 2012 01:13:34 +0000 Subject: add h_svc_cert.pm, fixes invoices with certs, RT#15902 --- FS/t/h_svc_cert.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/h_svc_cert.t (limited to 'FS/t') 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"; -- cgit v1.2.1