mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user