diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Agent')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
31 | using NUnit.Framework.SyntaxHelpers; | 31 | using NUnit.Framework.SyntaxHelpers; |
32 | using OpenMetaverse; | 32 | using OpenMetaverse; |
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | |||
35 | using OpenSim.Tests.Common.Mock; | 34 | using OpenSim.Tests.Common.Mock; |
36 | 35 | ||
37 | namespace OpenSim.Region.Environment.Modules.Agent.TextureSender | 36 | namespace OpenSim.Region.Environment.Modules.Agent.TextureSender |
@@ -152,6 +151,7 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureSender | |||
152 | int totalpkts = (npackets) + (npackets - 2) + (npackets - 4); | 151 | int totalpkts = (npackets) + (npackets - 2) + (npackets - 4); |
153 | Assert.That(client.sentpktpkt.Count,Is.EqualTo(totalpkts)); | 152 | Assert.That(client.sentpktpkt.Count,Is.EqualTo(totalpkts)); |
154 | } | 153 | } |
154 | |||
155 | /// <summary> | 155 | /// <summary> |
156 | /// Calculate the number of packets that will be required to send the texture loaded into this sender | 156 | /// Calculate the number of packets that will be required to send the texture loaded into this sender |
157 | /// This is actually the number of 1000 byte packets not including an initial 600 byte packet... | 157 | /// This is actually the number of 1000 byte packets not including an initial 600 byte packet... |