diff options
author | cvs2git <cvs2git> | 2008-03-02 04:06:07 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2008-03-02 04:06:07 +0000 |
commit | cb85021ab897deb9402ace394e1b8a867e55de2c (patch) | |
tree | a8eabed19867e124f29e08d55bba84a2ffb68b17 /rt/lib/t/00smoke.t.in | |
parent | 9c68254528b6f2c7d8c1921b452fa56064783782 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_4_6'.RT_3_4_6
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 '$_'"); } - - |