* Move SceneObject tests into their proper namespace

* Add some more debug code to narrow down where the tests are freezing
This commit is contained in:
Justin Clarke Casey
2009-03-12 18:13:51 +00:00
parent e80e0887f2
commit a02c3caa0d
4 changed files with 12 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using System;
using System.Net;
using Nini.Config;
using OpenMetaverse;
@@ -66,6 +67,8 @@ namespace OpenSim.Tests.Common.Setup
/// <returns></returns>
public static TestScene SetupScene(string name, UUID id, uint x, uint y, CommunicationsManager cm)
{
Console.WriteLine("Setting up test scene {0}", name);
RegionInfo regInfo = new RegionInfo(x, y, new IPEndPoint(IPAddress.Loopback, 9000), "127.0.0.1");
regInfo.RegionName = name;
regInfo.RegionID = id;