diff options
author | Sean Dague | 2008-09-23 19:11:06 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-23 19:11:06 +0000 |
commit | 9a17d2b1fd325410549b9c5cfb45d952cd24c602 (patch) | |
tree | 3953a2eed7b536a197133126c0368a3ac4c75416 /OpenSim/Data/MySQL | |
parent | * trigger another build.. bad bamboo! (diff) | |
download | opensim-SC_OLD-9a17d2b1fd325410549b9c5cfb45d952cd24c602.zip opensim-SC_OLD-9a17d2b1fd325410549b9c5cfb45d952cd24c602.tar.gz opensim-SC_OLD-9a17d2b1fd325410549b9c5cfb45d952cd24c602.tar.bz2 opensim-SC_OLD-9a17d2b1fd325410549b9c5cfb45d952cd24c602.tar.xz |
remove log4net references, see if that helps fix bamboo
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs | 10 |
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 | } |