diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Tests')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs index 957a3b6..1d3ffd5 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs | |||
@@ -64,6 +64,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests | |||
64 | m_stringIntSet.Add("-99999999", -99999999); | 64 | m_stringIntSet.Add("-99999999", -99999999); |
65 | m_stringIntSet.Add("", 0); | 65 | m_stringIntSet.Add("", 0); |
66 | m_stringIntSet.Add("aa", 0); | 66 | m_stringIntSet.Add("aa", 0); |
67 | m_stringIntSet.Add("56foo", 56); | ||
67 | m_stringIntSet.Add("42", 42); | 68 | m_stringIntSet.Add("42", 42); |
68 | m_stringIntSet.Add("42 is the answer", 42); | 69 | m_stringIntSet.Add("42 is the answer", 42); |
69 | m_stringIntSet.Add(" 42", 42); | 70 | m_stringIntSet.Add(" 42", 42); |