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:
Sean Dague
2008-09-13 02:06:23 +00:00
parent 8ae8bec4d1
commit fcc716104b
2 changed files with 26 additions and 0 deletions

View File

@@ -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);