* minor: Future archiver test stub

This commit is contained in:
Justin Clarke Casey
2009-01-16 18:31:07 +00:00
parent e21b3bf390
commit bee9efa30e
3 changed files with 46 additions and 1 deletions

View File

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