diff options
author | Sean Dague | 2008-09-23 21:56:38 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-23 21:56:38 +0000 |
commit | 1aab81e23594e460c3926c1c9e0ef4d24a53ff4c (patch) | |
tree | 533a6bc98b7491bf08a74329919f977b8eb05de9 /OpenSim/Data/SQLite/Tests | |
parent | commit the .config to see if that gets us over the bamboo hump (diff) | |
download | opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.zip opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.gz opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.bz2 opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.xz |
couple of minor test cleanups to see if this gets us past the bamboo hump
Diffstat (limited to 'OpenSim/Data/SQLite/Tests')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | 8 |
1 files changed, 0 insertions, 8 deletions
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 | |||
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 | file = Path.GetTempFileName() + ".db"; | 53 | file = Path.GetTempFileName() + ".db"; |
62 | connect = "URI=file:" + file + ",version=3"; | 54 | connect = "URI=file:" + file + ",version=3"; |