diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs index ee6732b..181a6a4 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | |||
@@ -34,6 +34,7 @@ using OpenSim.Data.Tests; | |||
34 | using OpenSim.Data.SQLite; | 34 | using OpenSim.Data.SQLite; |
35 | using OpenSim.Region.Environment.Scenes; | 35 | using OpenSim.Region.Environment.Scenes; |
36 | using OpenMetaverse; | 36 | using OpenMetaverse; |
37 | using log4net; | ||
37 | 38 | ||
38 | namespace OpenSim.Data.SQLite.Tests | 39 | namespace OpenSim.Data.SQLite.Tests |
39 | { | 40 | { |
@@ -47,6 +48,7 @@ namespace OpenSim.Data.SQLite.Tests | |||
47 | public void Init() | 48 | public void Init() |
48 | { | 49 | { |
49 | SuperInit(); | 50 | SuperInit(); |
51 | log4net.Config.XmlConfigurator.Configure(); | ||
50 | connect = "URI=file:" + file + ",version=3"; | 52 | connect = "URI=file:" + file + ",version=3"; |
51 | db = new SQLiteInventoryStore(); | 53 | db = new SQLiteInventoryStore(); |
52 | db.Initialise(connect); | 54 | db.Initialise(connect); |