aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CompilerTest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Eliminated some warningsOren Hurvitz1-1/+1
2014-07-11If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e...Justin Clark-Casey (justincc)1-1/+3
2014-06-18refactor: Simplify compilation result tests by factoring out common code.Justin Clark-Casey (justincc)1-71/+45
2014-06-18In compiler regression tests, setup and teardown structures for each test to ...Justin Clark-Casey (justincc)1-1/+5
2014-06-18Fix issue with LSL jumps screwing up the C# compiler error -> LSL code positi...Justin Clark-Casey (justincc)1-5/+52
2014-05-27In compiler tests, remove the ResolveEventHandlers after test exitJustin Clark-Casey (justincc)1-3/+6
2014-05-27Make CompilerTest add same AssemblyResolver as XEngine to see if this solves ...Justin Clark-Casey (justincc)1-1/+7
2014-05-27Temporarily print regression TestCastAndConcatString() script compile errors ...Justin Clark-Casey (justincc)1-4/+5
2014-05-24Fix issues where reported LSL compiler error line numbers do not match the sc...Justin Clark-Casey (justincc)1-15/+15
2014-05-23Get regression test TestUseUndeclaredVariable() functional again, though not ...Justin Clark-Casey (justincc)1-8/+19
2014-05-23Reactivate regression test TestCastAndConcatString() in CompilerTests.Justin Clark-Casey (justincc)1-8/+16
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)1-1/+6
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-0/+0
2008-09-04complete rationalization of unit tests that we currently runSean Dague1-0/+0
2008-08-20Adding unit test for issue 2006, though it's commented out as those compilerMike Mazur1-1/+34
2008-07-25-add test for newly introduced cast operators (issue 1818)Mike Mazur1-1/+1
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-0/+120