* test: Extend take object test to finally check that the object made it into user inventory and that it was removed from the scene

This commit is contained in:
Justin Clarke Casey
2008-11-28 20:58:12 +00:00
parent c9a5215d6d
commit 5f9ccd486f
3 changed files with 29 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenSim.Framework.Communications
/// </summary>
public class CommunicationsManager
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected Dictionary<UUID, string[]> m_nameRequestCache = new Dictionary<UUID, string[]>();