aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests
diff options
context:
space:
mode:
authorSean Dague2008-09-13 02:06:23 +0000
committerSean Dague2008-09-13 02:06:23 +0000
commitfcc716104b6c17232c7f60c136a50cc7af9f549c (patch)
treef65c616e7fcc69835ed8b1b67a97d9cd9a8ff62d /OpenSim/Data/SQLite/Tests
parentChanged "show users" command to display only root agents, "show users full" to (diff)
downloadopensim-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/Tests')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs2
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;
34using OpenSim.Data.SQLite; 34using OpenSim.Data.SQLite;
35using OpenSim.Region.Environment.Scenes; 35using OpenSim.Region.Environment.Scenes;
36using OpenMetaverse; 36using OpenMetaverse;
37using log4net;
37 38
38namespace OpenSim.Data.SQLite.Tests 39namespace 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);