From: ivan Date: Mon, 19 Jun 2006 12:09:14 +0000 (+0000) Subject: forgot to commit this test X-Git-Tag: BEFORE_FINAL_MASONIZE~109 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b2ff1141cfaacfce2fd9c6e5b78fdae2bae95406 forgot to commit this test --- diff --git a/FS/t/ConfDefaults.t b/FS/t/ConfDefaults.t new file mode 100644 index 000000000..433555adb --- /dev/null +++ b/FS/t/ConfDefaults.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::ConfDefaults; +$loaded=1; +print "ok 1\n";