From 465a931c05b197f9d24688d13618475115fe97a5 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 31 Oct 2008 19:41:07 +0000 Subject: * In the client stack, if the BeginReceive() throws an exception then do print this out to the log once * This may help us detect if mysterious UDP disconnects are happening because of this. * Shouldn't be any functional change but I would appreciate a buddy check from Teravus if he has time (as for all client stack changes) --- OpenSim/Region/Environment/Scenes/Tests/SceneTests.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/Tests/SceneTests.cs b/OpenSim/Region/Environment/Scenes/Tests/SceneTests.cs index 94dfd75..0ec4a8b 100644 --- a/OpenSim/Region/Environment/Scenes/Tests/SceneTests.cs +++ b/OpenSim/Region/Environment/Scenes/Tests/SceneTests.cs @@ -40,11 +40,12 @@ namespace OpenSim.Region.Environment.Scenes.Tests [TestFixture] public class SceneTests { + /// + /// Test adding an object to a scene. Doesn't yet do what it says on the tin. + /// [Test] public void TestAddSceneObject() - { - //System.Console.WriteLine("Hello mum!"); - + { RegionInfo regInfo = new RegionInfo(1000, 1000, null, null); regInfo.RegionName = "Unit test region"; AgentCircuitManager acm = new AgentCircuitManager(); -- cgit v1.1