aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Region/ScriptEngine/Shared/CodeTools/CSCodeGeneratorTest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-1605/+0
2008-09-08Use older ExpectedException attribute format. Previously tests were failing o...Mike Mazur1-2/+2
2008-09-08Remove trailing whitespace.Mike Mazur1-25/+25
2008-09-07Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ...Mike Mazur1-20/+9
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 i...Dahlia Trimble1-9/+21
2008-09-06reformatted some of unit test standards to allow them to work when OpenSim is...Dahlia Trimble1-174/+159
2008-09-04complete rationalization of unit tests that we currently runSean Dague1-0/+0
2008-09-02Fix and reactivate the unit tests on the XEngineMelanie Thielker1-103/+102
2008-09-02Temporarily disable the unit tests for Shared/ until they can be updated.Melanie Thielker1-21/+21
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie Thielker1-89/+89
2008-08-07Minor formatting cleanup.Jeff Ames1-8/+8
2008-07-31Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur1-0/+25
2008-07-31Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur1-0/+68
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur1-0/+125
2008-07-24Update svn properties. Minor formatting cleanup.Jeff Ames1-7/+7
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-3/+3
2008-07-14Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke1-0/+35
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-68/+68
2008-07-11Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=...Johan Berntsson1-1/+59
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson1-0/+31
2008-07-08Patch from Mike: added unit tests for the LSL compilerJohan Berntsson1-0/+1303