which cleans up the verbose logic
This commit is contained in:
Sean Dague
2007-10-25 15:34:43 +00:00
parent 1d5ec16865
commit 32869aec47
9 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Test.Inventory
_agent_1_id = LLUUID.Random();
MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, true);
MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, false);
// _dbPlugin = new SQLiteInventoryStore();
_dbPlugin = new MySQLInventoryData();
_dbPlugin.Initialise();