aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Region/ScriptEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Mike Mazur2008-09-081-25/+25
|
* Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ↵Mike Mazur2008-09-071-20/+9
| | | | string.
* more unit test cross-platform compatibility tweaksDahlia Trimble2008-09-061-214/+195
|
* more unit test tweaks in the name of cross-platform compatibilityDahlia Trimble2008-09-061-143/+137
|
* Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work ↵Dahlia Trimble2008-09-061-9/+21
| | | | in Bamboo instead of windows
* reformatted some of unit test standards to allow them to work when OpenSim ↵Dahlia Trimble2008-09-061-174/+159
| | | | is built in Visual Studio
* 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-0412-0/+3915