aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs')
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs10
1 files changed, 1 insertions, 9 deletions
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
49 public void Init() 49 public void Init()
50 { 50 {
51 SuperInit(); 51 SuperInit();
52 try
53 {
54 log4net.Config.XmlConfigurator.Configure();
55 }
56 catch (Exception)
57 {
58 // I don't care, just leave log4net off
59 }
60 52
61 Assert.Ignore(); 53 Assert.Ignore();
62 54
@@ -68,7 +60,7 @@ namespace OpenSim.Data.MySQL.Tests
68 [TestFixtureTearDown] 60 [TestFixtureTearDown]
69 public void Cleanup() 61 public void Cleanup()
70 { 62 {
71 db.Dispose(); 63
72 } 64 }
73 } 65 }
74} 66}