mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
remove log4net references, see if that helps fix bamboo
This commit is contained in:
@@ -49,14 +49,6 @@ namespace OpenSim.Data.MySQL.Tests
|
||||
public void Init()
|
||||
{
|
||||
SuperInit();
|
||||
try
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// I don't care, just leave log4net off
|
||||
}
|
||||
|
||||
Assert.Ignore();
|
||||
|
||||
@@ -68,7 +60,7 @@ namespace OpenSim.Data.MySQL.Tests
|
||||
[TestFixtureTearDown]
|
||||
public void Cleanup()
|
||||
{
|
||||
db.Dispose();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user