aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Region/ScriptEngine/Shared/LSL_TypesTestList.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-081-261/+0
|
* Adapt the unit tests to the new list rules, change some casts toMelanie Thielker2008-09-081-22/+22
| | | | | | new method for testing
* Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke2008-09-051-0/+99
| | | | | | | | | | | | | | Types extracted from a LSL_Types.list have to be down-cast initially to the exact type of value type object that the Object actually is. This would make for very cumbersome, ugly code when extracting list parameter items in ll functions where a few implicit conversions should be applied such as key -> LSLString and LSLInteger -> LSLFloat (but not LSLFloat -> LSLInteger). This patch adds a set of GetXXXItem member functions to the LLS_Type.list class, where XXX is the name of the LSL_Type to be extracted: LSLFLoat, LSLInteger etc. All take a single, int parameter that is the item number to be extracted.
* complete rationalization of unit tests that we currently runSean Dague2008-09-041-0/+162