diff options
author | UbitUmarov | 2016-11-05 18:44:45 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-05 18:44:45 +0000 |
commit | 4b0457b2d30282643d9402e1fcf751a4bb9303fe (patch) | |
tree | 01c9c6a07f9d7da3173be5f30e3588079978ff39 /OpenSim/Region/ScriptEngine/Shared | |
parent | add suport for PRIM_SIT_TARGET on Set(link)PrimitveParameters. This may not b... (diff) | |
download | opensim-SC_OLD-4b0457b2d30282643d9402e1fcf751a4bb9303fe.zip opensim-SC_OLD-4b0457b2d30282643d9402e1fcf751a4bb9303fe.tar.gz opensim-SC_OLD-4b0457b2d30282643d9402e1fcf751a4bb9303fe.tar.bz2 opensim-SC_OLD-4b0457b2d30282643d9402e1fcf751a4bb9303fe.tar.xz |
Regression, really ???
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs index 71b88bc..20bbd72 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs | |||
@@ -270,6 +270,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
270 | TestHelpers.InMethod(); | 270 | TestHelpers.InMethod(); |
271 | 271 | ||
272 | LSL_Types.Quaternion testValue = new LSL_Types.Quaternion(12.64, 59.43723, 765.3421, 4.00987); | 272 | LSL_Types.Quaternion testValue = new LSL_Types.Quaternion(12.64, 59.43723, 765.3421, 4.00987); |
273 | // make that nonesense a quartenion | ||
274 | testValue.Normalize(); | ||
273 | LSL_Types.list testList = new LSL_Types.list(testValue); | 275 | LSL_Types.list testList = new LSL_Types.list(testValue); |
274 | 276 | ||
275 | Assert.AreEqual(testValue, testList.GetQuaternionItem(0)); | 277 | Assert.AreEqual(testValue, testList.GetQuaternionItem(0)); |