diff options
| author | ivan <ivan> | 2012-01-05 01:13:30 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2012-01-05 01:13:30 +0000 | 
| commit | f69c973ce72c4622cfba7a0c8c642454f1a3b1f1 (patch) | |
| tree | fe7620f2251ac95459da504c3c174e17f712f1b5 /FS/t | |
| parent | 9f051784e03ac542a278cfbe260d5da8fc796ebb (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"; | 
