Regression, really ???
parent
1c7b688db4
commit
4b0457b2d3
|
@ -270,6 +270,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||||
TestHelpers.InMethod();
|
TestHelpers.InMethod();
|
||||||
|
|
||||||
LSL_Types.Quaternion testValue = new LSL_Types.Quaternion(12.64, 59.43723, 765.3421, 4.00987);
|
LSL_Types.Quaternion testValue = new LSL_Types.Quaternion(12.64, 59.43723, 765.3421, 4.00987);
|
||||||
|
// make that nonesense a quartenion
|
||||||
|
testValue.Normalize();
|
||||||
LSL_Types.list testList = new LSL_Types.list(testValue);
|
LSL_Types.list testList = new LSL_Types.list(testValue);
|
||||||
|
|
||||||
Assert.AreEqual(testValue, testList.GetQuaternionItem(0));
|
Assert.AreEqual(testValue, testList.GetQuaternionItem(0));
|
||||||
|
|
Loading…
Reference in New Issue