remove log4net references, see if that helps fix bamboo
parent
dd7408f183
commit
9a17d2b1fd
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue