diff options
author | Justin Clark-Casey (justincc) | 2013-12-18 23:35:38 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-12-18 23:35:38 +0000 |
commit | a5ca15c42893681a777d091c737d5c7615af4f48 (patch) | |
tree | 90b6d2e2ad732a152f3cebcb33a293d4e7686d02 /OpenSim/Region/ClientStack/Linden/Caps | |
parent | Extend TestLlGetNotecardLine() regression test to contain chars that are two ... (diff) | |
download | opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.zip opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.gz opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.bz2 opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.xz |
Create regression test TestSendAgentGroupDataUpdate() for groups agent data sending
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs index c28ba94..0dbdbaf 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |||
@@ -295,9 +295,9 @@ namespace OpenSim.Region.ClientStack.Linden | |||
295 | { | 295 | { |
296 | // Register an event queue for the client | 296 | // Register an event queue for the client |
297 | 297 | ||
298 | //m_log.DebugFormat( | 298 | m_log.DebugFormat( |
299 | // "[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}", | 299 | "[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}", |
300 | // agentID, caps, m_scene.RegionInfo.RegionName); | 300 | agentID, caps, m_scene.RegionInfo.RegionName); |
301 | 301 | ||
302 | // Let's instantiate a Queue for this agent right now | 302 | // Let's instantiate a Queue for this agent right now |
303 | TryGetQueue(agentID); | 303 | TryGetQueue(agentID); |