remove log4net references, see if that helps fix bamboo

0.6.0-stable
Sean Dague 2008-09-23 19:11:06 +00:00
parent dd7408f183
commit 9a17d2b1fd
1 changed files with 1 additions and 9 deletions

View File

@ -49,14 +49,6 @@ namespace OpenSim.Data.MySQL.Tests
public void Init() public void Init()
{ {
SuperInit(); SuperInit();
try
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
{
// I don't care, just leave log4net off
}
Assert.Ignore(); Assert.Ignore();
@ -68,7 +60,7 @@ namespace OpenSim.Data.MySQL.Tests
[TestFixtureTearDown] [TestFixtureTearDown]
public void Cleanup() public void Cleanup()
{ {
db.Dispose();
} }
} }
} }