diff options
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r-- | OpenSim/Data/Tests/BasicAssetTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Tests/BasicEstateTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Tests/BasicGridTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Tests/BasicInventoryTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Tests/BasicUserTest.cs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/Tests/BasicAssetTest.cs b/OpenSim/Data/Tests/BasicAssetTest.cs index e7faebb..2a70711 100644 --- a/OpenSim/Data/Tests/BasicAssetTest.cs +++ b/OpenSim/Data/Tests/BasicAssetTest.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Data.Tests | |||
38 | { | 38 | { |
39 | public class BasicAssetTest | 39 | public class BasicAssetTest |
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 AssetDataBase db; | 42 | public AssetDataBase db; |
43 | public UUID uuid1; | 43 | public UUID uuid1; |
44 | public UUID uuid2; | 44 | public UUID uuid2; |
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 | ||
diff --git a/OpenSim/Data/Tests/BasicGridTest.cs b/OpenSim/Data/Tests/BasicGridTest.cs index 8841bae..86c3115 100644 --- a/OpenSim/Data/Tests/BasicGridTest.cs +++ b/OpenSim/Data/Tests/BasicGridTest.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Data.Tests | |||
39 | { | 39 | { |
40 | public class BasicGridTest | 40 | public class BasicGridTest |
41 | { | 41 | { |
42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 42 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
43 | public GridDataBase db; | 43 | public GridDataBase db; |
44 | public UUID region1, region2, region3; | 44 | public UUID region1, region2, region3; |
45 | public UUID zero = UUID.Zero; | 45 | public UUID zero = UUID.Zero; |
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 | ||
diff --git a/OpenSim/Data/Tests/BasicUserTest.cs b/OpenSim/Data/Tests/BasicUserTest.cs index 151faa2..82ff08b 100644 --- a/OpenSim/Data/Tests/BasicUserTest.cs +++ b/OpenSim/Data/Tests/BasicUserTest.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Data.Tests | |||
42 | { | 42 | { |
43 | public class BasicUserTest | 43 | public class BasicUserTest |
44 | { | 44 | { |
45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
46 | public IUserDataPlugin db; | 46 | public IUserDataPlugin db; |
47 | public UUID user1; | 47 | public UUID user1; |
48 | public UUID user2; | 48 | public UUID user2; |