aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLString.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)1-1/+1
automatically turns off any logging enabled between tests
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ↵Justin Clark-Casey (justincc)1-0/+8
they're running
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-0/+0
2008-09-04complete rationalization of unit tests that we currently runSean Dague1-0/+0
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur1-0/+21
used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863
2008-07-28-implement LSLString -> Quaternion explicit castMike Mazur1-0/+17
-sync Shared/LSL_Types.cs with Common/LSL_Types.cs -get the test script in issue 1822 to compile
2008-07-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-2/+2
-fix some whitespace/formatting
2008-07-24Refactor some tests.Mike Mazur1-46/+32
2008-06-06Fixed a build problem with r5019 (Mikems patch)Johan Berntsson1-0/+0
2008-06-06Minor formatting cleanup.Jeff Ames1-2/+2
2008-06-06Update svn properties.Jeff Ames1-112/+112
2008-06-05Mantis#1451. Thank you kindly, mikem for additional Charles Krinke1-0/+112
tests for LSL types and strings.