aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorSean Dague2007-10-25 15:34:43 +0000
committerSean Dague2007-10-25 15:34:43 +0000
commit32869aec47b9bc7f7046d24aabc3f3d957a929af (patch)
tree32d71f4744fca858d9eb7b2d7ada1b9089bf27e2 /OpenSim/Tests
parentmove out the config files to .example files so that they (diff)
downloadopensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.zip
opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.gz
opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.bz2
opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.xz
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Inventory/TestInventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs
index f9a791f..697b335 100644
--- a/OpenSim/Tests/Inventory/TestInventory.cs
+++ b/OpenSim/Tests/Inventory/TestInventory.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Test.Inventory
55 55
56 _agent_1_id = LLUUID.Random(); 56 _agent_1_id = LLUUID.Random();
57 57
58 MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, true); 58 MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, false);
59// _dbPlugin = new SQLiteInventoryStore(); 59// _dbPlugin = new SQLiteInventoryStore();
60 _dbPlugin = new MySQLInventoryData(); 60 _dbPlugin = new MySQLInventoryData();
61 _dbPlugin.Initialise(); 61 _dbPlugin.Initialise();