From 52bb24a1bc7d80a768639a4b04c471553078502b Mon Sep 17 00:00:00 2001 From: cvs2git Date: Thu, 17 Feb 2011 00:25:24 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RT_3_8_9'. --- rt/lib/t/00smoke.t.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rt/lib/t/00smoke.t.in (limited to 'rt/lib/t/00smoke.t.in') diff --git a/rt/lib/t/00smoke.t.in b/rt/lib/t/00smoke.t.in deleted file mode 100644 index 288dd4a..0000000 --- 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 '$_'"); } - - -- cgit v1.1