From 9a17d2b1fd325410549b9c5cfb45d952cd24c602 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 23 Sep 2008 19:11:06 +0000 Subject: remove log4net references, see if that helps fix bamboo --- OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs index 0e63835..c856b9a 100644 --- a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs +++ b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs @@ -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(); + } } } -- cgit v1.1