From bee9efa30e96907fa79c5a81934d657266ed4fd4 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 16 Jan 2009 18:31:07 +0000 Subject: * minor: Future archiver test stub --- .../Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests') diff --git a/OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs b/OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs index c15bd46..42a4e91 100644 --- a/OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs +++ b/OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs @@ -31,7 +31,6 @@ using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; using OpenMetaverse; using OpenSim.Framework; - using OpenSim.Tests.Common.Mock; namespace OpenSim.Region.Environment.Modules.Agent.TextureSender @@ -152,6 +151,7 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureSender int totalpkts = (npackets) + (npackets - 2) + (npackets - 4); Assert.That(client.sentpktpkt.Count,Is.EqualTo(totalpkts)); } + /// /// Calculate the number of packets that will be required to send the texture loaded into this sender /// This is actually the number of 1000 byte packets not including an initial 600 byte packet... -- cgit v1.1