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

* These still appear to suceed with the current code!
0.6.3-post-fixes
Justin Clarke Casey 2009-01-21 18:57:05 +00:00
parent d2d273aebe
commit 2921729bf2
1 changed files with 2 additions and 2 deletions

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]