* 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

@@ -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));
}
}
}
}