aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicInventoryTest.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-25 20:53:02 +0000
committerJustin Clarke Casey2009-02-25 20:53:02 +0000
commit36e648a37aac3d169dbf28ce14c75f488da8a11e (patch)
tree89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Data/Tests/BasicInventoryTest.cs
parent* Properly load items into correct folders when an iar is loaded (diff)
downloadopensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2
opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz
* minor: Remove most mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Tests/BasicInventoryTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicInventoryTest.cs b/OpenSim/Data/Tests/BasicInventoryTest.cs
index e5642f1..65c61cd 100644
--- a/OpenSim/Data/Tests/BasicInventoryTest.cs
+++ b/OpenSim/Data/Tests/BasicInventoryTest.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Data.Tests
38{ 38{
39 public class BasicInventoryTest 39 public class BasicInventoryTest
40 { 40 {
41 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 41 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
42 public IInventoryDataPlugin db; 42 public IInventoryDataPlugin db;
43 public UUID zero = UUID.Zero; 43 public UUID zero = UUID.Zero;
44 44