summaryrefslogtreecommitdiff
path: root/FS/t/msgcat.t
diff options
context:
space:
mode:
authorivan <ivan>2002-04-05 23:51:18 +0000
committerivan <ivan>2002-04-05 23:51:18 +0000
commit87af741da0dd5f6a76bbb566b4d6c54cd5b15315 (patch)
treed7c594b3e74bcea1e78beef56150ddf51ba24934 /FS/t/msgcat.t
parentee037398ef051cca986f799c52e52c0114f897c9 (diff)
- add message catalog table & beginning of web interface
- add security_phrase and conf option to svc_acct.pm - random other stuff
Diffstat (limited to 'FS/t/msgcat.t')
-rw-r--r--FS/t/msgcat.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/msgcat.t b/FS/t/msgcat.t
new file mode 100644
index 000000000..c38c63935
--- /dev/null
+++ b/FS/t/msgcat.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::msgcat;
+$loaded=1;
+print "ok 1\n";