From 1aab81e23594e460c3926c1c9e0ef4d24a53ff4c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 23 Sep 2008 21:56:38 +0000 Subject: couple of minor test cleanups to see if this gets us past the bamboo hump --- OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OpenSim/Data/SQLite') diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs index 55a1f75..571aa85 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs @@ -49,14 +49,6 @@ namespace OpenSim.Data.SQLite.Tests public void Init() { SuperInit(); - try - { - log4net.Config.XmlConfigurator.Configure(); - } - catch (Exception) - { - // I don't care, just leave log4net off - } file = Path.GetTempFileName() + ".db"; connect = "URI=file:" + file + ",version=3"; -- cgit v1.1