aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CompilerTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Simplify compilation result tests by factoring out common code.Justin Clark-Casey (justincc)2014-08-021-71/+45
* In compiler regression tests, setup and teardown structures for each test to ...Justin Clark-Casey (justincc)2014-08-021-1/+5
* Fix issue with LSL jumps screwing up the C# compiler error -> LSL code positi...Justin Clark-Casey (justincc)2014-08-021-5/+52
* In compiler tests, remove the ResolveEventHandlers after test exitJustin Clark-Casey (justincc)2014-05-271-3/+6
* Make CompilerTest add same AssemblyResolver as XEngine to see if this solves ...Justin Clark-Casey (justincc)2014-05-271-1/+7
* Temporarily print regression TestCastAndConcatString() script compile errors ...Justin Clark-Casey (justincc)2014-05-271-4/+5
* Fix issues where reported LSL compiler error line numbers do not match the sc...Justin Clark-Casey (justincc)2014-05-241-15/+15
* Get regression test TestUseUndeclaredVariable() functional again, though not ...Justin Clark-Casey (justincc)2014-05-231-8/+19
* Reactivate regression test TestCastAndConcatString() in CompilerTests.Justin Clark-Casey (justincc)2014-05-231-8/+16
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2012-03-061-1/+6
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-081-0/+153