fix test to clean up config properly

This commit is contained in:
Doug Bell 2010-07-13 13:40:34 -05:00
parent b24f73fb3d
commit 129251fd61

View file

@ -75,6 +75,7 @@ isa_ok(
'AuthType not in config file, so return default authType',
);
WebGUI::Test->originalConfig( 'authMethods' );
$session->config->addToArray( 'authMethods', 'TestAuth' );
isa_ok(
WebGUI::Operation::Auth::getInstance( $session ),