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 | |
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')
-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 '$_'"); } - - |