Add AgentUpdate to PacketPool. This is the most common inbound packet from viewers.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-12 01:39:37 +01:00
parent 87a87ebb9a
commit 21d0cbf703
3 changed files with 28 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
/// This will contain basic tests for the LindenUDP client stack
/// </summary>
[TestFixture]
public class BasicCircuitTests
public class BasicCircuitTests : OpenSimTestCase
{
private Scene m_scene;
private TestLLUDPServer m_udpServer;
@@ -143,7 +143,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
public void TestAddClient()
{
TestHelpers.InMethod();
// XmlConfigurator.Configure();
// TestHelpers.EnableLogging();
AddUdpServer();