diff options
author | cvs2git <cvs2git> | 2010-05-18 18:50:00 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-05-18 18:50:00 +0000 |
commit | 512f2d1e0ecd86da0e99d99911933a842957186d (patch) | |
tree | 0f818dde9e18dc88290b0c0ff4beb89251728ba7 /rt/lib/t/00smoke.t | |
parent | e70abd21bab68b23488f7ef1ee2e693a3b365691 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_8_8'.RT_3_8_8
Diffstat (limited to 'rt/lib/t/00smoke.t')
-rw-r--r-- | rt/lib/t/00smoke.t | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rt/lib/t/00smoke.t b/rt/lib/t/00smoke.t deleted file mode 100644 index 9e9bf4a60..000000000 --- a/rt/lib/t/00smoke.t +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl - -use Test::More qw(no_plan); - -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 '$_'"); } - - |