aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-12Give m_test* methods more reasonable namesMike Mazur1-13/+13
Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*.
2009-06-07Rename private TestllAngleBetween methodMike Mazur1-13/+13
It seems overloading the method TestllAngleBetween confused nunit a bit and caused it to try running the private TestllAngleBetween method. The method's access modified prevented that from happening, and nunit complained.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames6-6/+6
LICENSE.txt.
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker1-1/+2
handling to XEngine. Add needed stubs to DotNetEngine.
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-5/+5
* Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit.
2009-04-08Correct unit test for llAngleBetween()Dahlia Trimble1-5/+1
Reinstate patch for Mantis #3007
2009-04-07remove defective test criteria from unit test for llAngleBetweenDahlia Trimble1-4/+4
2009-02-09a last set of files that seem to have embedded ^M in themSean Dague1-140/+140
2009-02-09fixing warnings.Dr Scofield1-12/+12
2009-02-07Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+140
Created nunit test for LSL API and example test for llAngleBetween which was marked untested in wiki. Run new test succesfully with NUnitGUI and nant build.
2008-12-12Made the casting of stings to floats more robust and work more like SL.idb1-1/+11
Added some more tests that casts previously failed on. Fixes Mantis #2789
2008-10-29minor: indentation correctionsJustin Clarke Casey1-45/+45
2008-09-28Mantis #1922Melanie Thielker1-0/+1
Thank you, idb, for a patch that addresses hex digits erroneously being recognized as valid and parsed in a decimal number
2008-09-21Mantis #2232Melanie Thielker1-0/+8
Thank you, idb, for a patch that fixes an overflow issue in casting string -> int for both engines, and adds tests!
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague5-0/+1195