aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* llRot2Euler TestsMicheil Merlin2010-09-031-0/+30
|
* * ShortVersion, another attempt at fixing the test thread death that ↵Teravus Ovares (Dan Olivares)2009-08-161-1/+2
| | | | | | randomly occurs. * LongVersion nIni may be causing the test thread death. Pausing OpenSimulator during startup causes a nIni error that makes debugging startup operations difficult for users. It might be because when it's in pause mode, something else reads from the nini config passed? If it is, it might not be fixable.. however, if it's concurrency that causes nini death it would make sense to give each section of the tests a new IConfigSource so that they don't read from the same configsource at the same time.
* Give m_test* methods more reasonable namesMike Mazur2009-06-121-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*.
* Rename private TestllAngleBetween methodMike Mazur2009-06-071-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.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-016-6/+6
| | | | LICENSE.txt.
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-1/+2
| | | | | | handling to XEngine. Add needed stubs to DotNetEngine.
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-091-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.
* Correct unit test for llAngleBetween()Dahlia Trimble2009-04-081-5/+1
| | | | | Reinstate patch for Mantis #3007
* remove defective test criteria from unit test for llAngleBetweenDahlia Trimble2009-04-071-4/+4
|
* a last set of files that seem to have embedded ^M in themSean Dague2009-02-091-140/+140
|
* fixing warnings.Dr Scofield2009-02-091-12/+12
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-071-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.
* Made the casting of stings to floats more robust and work more like SL.idb2008-12-121-1/+11
| | | | | | Added some more tests that casts previously failed on. Fixes Mantis #2789
* minor: indentation correctionsJustin Clarke Casey2008-10-291-45/+45
|
* Mantis #1922Melanie Thielker2008-09-281-0/+1
| | | | | | | Thank you, idb, for a patch that addresses hex digits erroneously being recognized as valid and parsed in a decimal number
* Mantis #2232Melanie Thielker2008-09-211-0/+8
| | | | | | | Thank you, idb, for a patch that fixes an overflow issue in casting string -> int for both engines, and adds tests!
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-085-0/+1195