make 2 tests happy again
parent
6cf85a3db1
commit
fa4716955e
|
@ -142,8 +142,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat.Tests
|
||||||
|
|
||||||
// We must update the scenes in order to make the root new root agents trigger position updates in their
|
// We must update the scenes in order to make the root new root agents trigger position updates in their
|
||||||
// children.
|
// children.
|
||||||
sceneWest.Update(1);
|
sceneWest.Update(3);
|
||||||
sceneEast.Update(1);
|
sceneEast.Update(3);
|
||||||
|
|
||||||
// Check child positions are correct.
|
// Check child positions are correct.
|
||||||
Assert.AreEqual(
|
Assert.AreEqual(
|
||||||
|
@ -233,8 +233,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat.Tests
|
||||||
|
|
||||||
// We must update the scenes in order to make the root new root agents trigger position updates in their
|
// We must update the scenes in order to make the root new root agents trigger position updates in their
|
||||||
// children.
|
// children.
|
||||||
sceneNorth.Update(1);
|
sceneNorth.Update(3);
|
||||||
sceneSouth.Update(1);
|
sceneSouth.Update(3);
|
||||||
|
|
||||||
// Check child positions are correct.
|
// Check child positions are correct.
|
||||||
Assert.AreEqual(
|
Assert.AreEqual(
|
||||||
|
|
Loading…
Reference in New Issue