aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Region/ScriptEngine (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague12-3975/+0
2008-09-08Adapt the unit tests to the new list rules, change some casts toMelanie Thielker1-22/+22
new method for testing
2008-09-08Use older ExpectedException attribute format. Previously tests were failing ↵Mike Mazur1-2/+2
on NUnit <2.2.8.
2008-09-08Remove trailing whitespace.Mike Mazur1-25/+25
2008-09-07Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ↵Mike Mazur1-20/+9
string.
2008-09-06more unit test cross-platform compatibility tweaksDahlia Trimble1-214/+195
2008-09-06more unit test tweaks in the name of cross-platform compatibilityDahlia Trimble1-143/+137
2008-09-06Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work ↵Dahlia Trimble1-9/+21
in Bamboo instead of windows
2008-09-06reformatted some of unit test standards to allow them to work when OpenSim ↵Dahlia Trimble1-174/+159
is built in Visual Studio
2008-09-05Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke1-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.
2008-09-04complete rationalization of unit tests that we currently runSean Dague12-0/+3915