diff options
author | cvs2git <cvs2git> | 2009-12-18 00:41:35 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2009-12-18 00:41:35 +0000 |
commit | 5e391c9d8d5b2d94eabd425d22bc7457acd05b4d (patch) | |
tree | d4d0c83aa96b8fce0d8fd5a8591110ce29226175 /rt/lib/t/00smoke.t.in | |
parent | 2dfda73eeb3eae2d4f894099754794ef07d060dd (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_6_10'.RT_3_6_10
Diffstat (limited to 'rt/lib/t/00smoke.t.in')
-rw-r--r-- | rt/lib/t/00smoke.t.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rt/lib/t/00smoke.t.in b/rt/lib/t/00smoke.t.in deleted file mode 100644 index 288dd4aae..000000000 --- a/rt/lib/t/00smoke.t.in +++ /dev/null @@ -1,14 +0,0 @@ -#!@PERL@ - -use Test::More qw(no_plan); - -use lib "@RT_LIB_PATH@"; -use RT; -ok(RT::LoadConfig); -ok(RT::Init, "Basic initialization and DB connectivity"); - -use File::Find; -File::Find::find({wanted => \&wanted}, 'lib/'); -sub wanted { /^*\.pm\z/s && ok(require $_, "Requiring '$_'"); } - - |