aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Inventory/TestInventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Inventory/TestInventory.cs')
-rw-r--r--OpenSim/Tests/Inventory/TestInventory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs
index 697b335..e905dd8 100644
--- a/OpenSim/Tests/Inventory/TestInventory.cs
+++ b/OpenSim/Tests/Inventory/TestInventory.cs
@@ -52,10 +52,10 @@ namespace OpenSim.Test.Inventory
52 [TestFixtureSetUp] 52 [TestFixtureSetUp]
53 public void SetupInventoryTest() 53 public void SetupInventoryTest()
54 { 54 {
55
56 _agent_1_id = LLUUID.Random(); 55 _agent_1_id = LLUUID.Random();
57 56
58 MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, false); 57 MainConsole.Instance = new ConsoleBase("TEST", null);
58
59// _dbPlugin = new SQLiteInventoryStore(); 59// _dbPlugin = new SQLiteInventoryStore();
60 _dbPlugin = new MySQLInventoryData(); 60 _dbPlugin = new MySQLInventoryData();
61 _dbPlugin.Initialise(); 61 _dbPlugin.Initialise();