* Restore commented out isdone assertions in TextureSendTests.T010_SendPkg()
* These still appear to suceed with the current code!0.6.3-post-fixes
parent
d2d273aebe
commit
2921729bf2
|
@ -88,9 +88,9 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureSender
|
||||||
isdone = ts.SendTexturePacket();
|
isdone = ts.SendTexturePacket();
|
||||||
}
|
}
|
||||||
|
|
||||||
//Assert.That(isdone,Is.False);
|
Assert.That(isdone,Is.False);
|
||||||
isdone = ts.SendTexturePacket();
|
isdone = ts.SendTexturePacket();
|
||||||
//Assert.That(isdone,Is.True);
|
Assert.That(isdone,Is.True);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Reference in New Issue