diff options
author | UbitUmarov | 2016-11-05 20:14:11 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-05 20:14:11 +0000 |
commit | 8cc8d15f950657d4d021fc81d14a8715007e7bb4 (patch) | |
tree | 34444f63972e9c1b04c7a1dddee3807bd290b809 /OpenSim/Region/ScriptEngine/Shared/Tests | |
parent | disable bad/broken throttle options (diff) | |
download | opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.zip opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.gz opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.bz2 opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.xz |
some types may already be native in MOD_Api ConvertFromLSL
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Tests')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs index 20bbd72..fe2113b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestList.cs | |||
@@ -270,7 +270,7 @@ 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 | 273 | // make that nonsense a quaternion |
274 | testValue.Normalize(); | 274 | testValue.Normalize(); |
275 | LSL_Types.list testList = new LSL_Types.list(testValue); | 275 | LSL_Types.list testList = new LSL_Types.list(testValue); |
276 | 276 | ||