fix pluggable and config
This commit is contained in:
parent
5a4e083d85
commit
39adb44007
2 changed files with 3 additions and 2 deletions
|
|
@ -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 = ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue