diff options
author | cvs2git <cvs2git> | 2012-01-21 03:46:25 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2012-01-21 03:46:25 +0000 |
commit | 0946bdd77bf02a96c16c4af37496124629221b2f (patch) | |
tree | dc7e7ccb93402bf75d00e9c963513426978e10ef /rt/lib/t/00smoke.t.in | |
parent | 24548f7cf666bac02335d0bc74f81251c7b4ab50 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_8_11'.RT_3_8_11
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 '$_'"); } - - |