diff options
author | Justin Clarke Casey | 2008-11-28 20:58:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-28 20:58:12 +0000 |
commit | 5f9ccd486f9f8317cce3badcb62d646766c5642c (patch) | |
tree | 6c6b9e227834c249fdf793b7a5488fe38ed0ebec /OpenSim/Framework | |
parent | * Fixes Location == Location, and Location != Location (diff) | |
download | opensim-SC_OLD-5f9ccd486f9f8317cce3badcb62d646766c5642c.zip opensim-SC_OLD-5f9ccd486f9f8317cce3badcb62d646766c5642c.tar.gz opensim-SC_OLD-5f9ccd486f9f8317cce3badcb62d646766c5642c.tar.bz2 opensim-SC_OLD-5f9ccd486f9f8317cce3badcb62d646766c5642c.tar.xz |
* test: Extend take object test to finally check that the object made it into user inventory and that it was removed from the scene
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index 72c01bd..b4af991 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Framework.Communications | |||
40 | /// </summary> | 40 | /// </summary> |
41 | public class CommunicationsManager | 41 | public class CommunicationsManager |
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 | 44 | ||
45 | protected Dictionary<UUID, string[]> m_nameRequestCache = new Dictionary<UUID, string[]>(); | 45 | protected Dictionary<UUID, string[]> m_nameRequestCache = new Dictionary<UUID, string[]>(); |
46 | 46 | ||