couple of minor test cleanups to see if this gets us past the bamboo hump

This commit is contained in:
Sean Dague
2008-09-23 21:56:38 +00:00
parent 59c7d72146
commit 1aab81e235
6 changed files with 4 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
catch (Exception e)
{
// I don't care, just leave log4net off
}