use temp config file for testing

This commit is contained in:
Graham Knop 2010-06-10 09:48:18 -05:00
parent e10f4d0aec
commit 9b725c6d42
18 changed files with 47 additions and 93 deletions

View file

@ -29,7 +29,6 @@ use Data::Dumper;
#----------------------------------------------------------------------------
# Init
my $session = WebGUI::Test->session;
WebGUI::Test->originalConfig( "serviceSubnets" );
$session->config->delete('serviceSubnets');
my ( $response, $responseObj, $auth, $userAndy, $userRed );