aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicEstateTest.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/BasicEstateTest.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 'OpenSim/Data/Tests/BasicEstateTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicEstateTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicEstateTest.cs b/OpenSim/Data/Tests/BasicEstateTest.cs
index f74a222..0b24fde 100644
--- a/OpenSim/Data/Tests/BasicEstateTest.cs
+++ b/OpenSim/Data/Tests/BasicEstateTest.cs
@@ -40,7 +40,7 @@ namespace OpenSim.Data.Tests
40{ 40{
41 public class BasicEstateTest 41 public class BasicEstateTest
42 { 42 {
43 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 43 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
44 public IEstateDataStore db; 44 public IEstateDataStore db;
45 public IRegionDataStore regionDb; 45 public IRegionDataStore regionDb;
46 46