* Restore commented out isdone assertions in TextureSendTests.T010_SendPkg()

* These still appear to suceed with the current code!
This commit is contained in:
Justin Clarke Casey
2009-01-21 18:57:05 +00:00
parent d2d273aebe
commit 2921729bf2

View File

@@ -88,9 +88,9 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureSender
isdone = ts.SendTexturePacket();
}
//Assert.That(isdone,Is.False);
Assert.That(isdone,Is.False);
isdone = ts.SendTexturePacket();
//Assert.That(isdone,Is.True);
Assert.That(isdone,Is.True);
}
[Test]