mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Restore commented out isdone assertions in TextureSendTests.T010_SendPkg()
* These still appear to suceed with the current code!
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user