fix pluggable and config

This commit is contained in:
Graham Knop 2010-03-11 08:27:10 -06:00
parent 5a4e083d85
commit 39adb44007
2 changed files with 3 additions and 2 deletions

View file

@ -65,7 +65,8 @@ is($dumper->Dump, q|$VAR1 = {
#----------------------------------------------------------------------------
# Test find and findAndLoad
{ # Block to localize @INC
local @INC = ( File::Spec->catdir( WebGUI::Test->getTestCollateralPath, 'Pluggable', 'lib' );
my $lib = File::Spec->catdir( WebGUI::Test->getTestCollateralPath, 'Pluggable', 'lib' );
local @INC = ( $lib );
# Use the i18n files to test
my @testFiles = ();