* Move test scene construction infrastructure methods to a separate class for future common use

This commit is contained in:
Justin Clarke Casey
2008-11-14 20:06:44 +00:00
parent 5214d39e7c
commit 2bb4b45626
5 changed files with 85 additions and 45 deletions

View File

@@ -373,7 +373,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
// TODO : Actually only handle those states that we have control over, re-throw everything else,
// TODO: implement cases as we encounter them.
//m_log.Error("[[CLIENT]: ]: Connection Error! - " + e.ToString());
//m_log.Error("[CLIENT]: Connection Error! - " + e.ToString());
switch (e.SocketErrorCode)
{
case SocketError.AlreadyInProgress:

View File

@@ -288,6 +288,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
Assert.That(testLLPacketServer.GetTotalPacketsReceived(), Is.EqualTo(3));
Assert.That(testLLPacketServer.GetPacketsReceivedFor(PacketType.ObjectName), Is.EqualTo(3));
}
}
}
}