aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/Agent/TextureSender/Tests/TextureSenderTests.cs2
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;
31using NUnit.Framework.SyntaxHelpers; 31using NUnit.Framework.SyntaxHelpers;
32using OpenMetaverse; 32using OpenMetaverse;
33using OpenSim.Framework; 33using OpenSim.Framework;
34
35using OpenSim.Tests.Common.Mock; 34using OpenSim.Tests.Common.Mock;
36 35
37namespace OpenSim.Region.Environment.Modules.Agent.TextureSender 36namespace 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...