diff options
author | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
commit | 0a3b346806615bd893048d2a5c26f8d126a12f4b (patch) | |
tree | 6912cbc88774bfa513e95a58e05e7ce76fbc04c1 /FS/t/svc_elec.t | |
parent | 995a145c931164347683071c95c6754379d36604 (diff) |
add svc_elec_features merged from reference code RT#7643svc_elec_features
Diffstat (limited to 'FS/t/svc_elec.t')
-rwxr-xr-x | FS/t/svc_elec.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/svc_elec.t b/FS/t/svc_elec.t new file mode 100755 index 000000000..e7fda3436 --- /dev/null +++ b/FS/t/svc_elec.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_elec; +$loaded=1; +print "ok 1\n"; |