- should finish off the part_svc -> part_export s/one-to-many/many-to-many/
[freeside.git] / FS / t / Msgcat.t
diff --git a/FS/t/Msgcat.t b/FS/t/Msgcat.t
new file mode 100644 (file)
index 0000000..29e71b3
--- /dev/null
@@ -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";