From 129251fd61b98b41983f527345035f866f27e7ce Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 13 Jul 2010 13:40:34 -0500 Subject: [PATCH] fix test to clean up config properly --- t/Operation/Auth.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Operation/Auth.t b/t/Operation/Auth.t index 335292535..495562d7c 100644 --- a/t/Operation/Auth.t +++ b/t/Operation/Auth.t @@ -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 ),