diff options
author | Sean Dague | 2008-09-13 02:06:23 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-13 02:06:23 +0000 |
commit | fcc716104b6c17232c7f60c136a50cc7af9f549c (patch) | |
tree | f65c616e7fcc69835ed8b1b67a97d9cd9a8ff62d /OpenSim/Data/SQLite | |
parent | Changed "show users" command to display only root agents, "show users full" to (diff) | |
download | opensim-SC_OLD-fcc716104b6c17232c7f60c136a50cc7af9f549c.zip opensim-SC_OLD-fcc716104b6c17232c7f60c136a50cc7af9f549c.tar.gz opensim-SC_OLD-fcc716104b6c17232c7f60c136a50cc7af9f549c.tar.bz2 opensim-SC_OLD-fcc716104b6c17232c7f60c136a50cc7af9f549c.tar.xz |
2 more InventoryItem tests, plus see if I can leave the log4net
configure in there to help me get debug messages while developing.
Diffstat (limited to 'OpenSim/Data/SQLite')
-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); |