mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
2 more InventoryItem tests, plus see if I can leave the log4net
configure in there to help me get debug messages while developing.
This commit is contained in:
@@ -34,6 +34,7 @@ using OpenSim.Data.Tests;
|
||||
using OpenSim.Data.SQLite;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenMetaverse;
|
||||
using log4net;
|
||||
|
||||
namespace OpenSim.Data.SQLite.Tests
|
||||
{
|
||||
@@ -47,6 +48,7 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
public void Init()
|
||||
{
|
||||
SuperInit();
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
db = new SQLiteInventoryStore();
|
||||
db.Initialise(connect);
|
||||
|
||||
Reference in New Issue
Block a user