aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests (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
2013-12-21Add lsl arg syntax checking for control eventJustin Clark-Casey (justincc)1-0/+17
2013-12-21Add arg checking for at_target lsl eventJustin Clark-Casey (justincc)1-0/+17
2013-12-21Add lsl event arg checking for at_rot_targetJustin Clark-Casey (justincc)1-0/+16
2013-12-21Add lsl event argument checking for attach and on_rezJustin Clark-Casey (justincc)1-0/+26
2013-11-29Add parameter checking for land_collision, land_collision_start and land_coll...Justin Clark-Casey (justincc)1-1/+37
2013-11-16Add regression test to check that specifying a non-existent event raise a syn...Justin Clark-Casey (justincc)1-0/+9
2013-11-16Add syntax checking for no_sensor() no-arg eventJustin Clark-Casey (justincc)1-0/+9
2013-11-16refactor common code out of no argument LSL event regression testsJustin Clark-Casey (justincc)1-14/+13
2013-11-16If anything other than a single integer is specified for events that only tak...Justin Clark-Casey (justincc)1-2/+105
2013-11-16Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target a...Justin Clark-Casey (justincc)1-0/+60
2013-11-16refactor LSL_EventTests.TestStateEntryEvent into single method to test compileJustin Clark-Casey (justincc)1-14/+17
2013-11-09Add initial test for checking that specifying a parameter in LSL state_entry(...Justin Clark-Casey (justincc)1-0/+64
2013-11-02If the LSL state_entry() event definition contains any parameters, then gener...Justin Clark-Casey (justincc)1-0/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2-2/+2
2012-03-06Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()Justin Clark-Casey (justincc)1-8/+14
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2-1/+101
2009-12-22FINALLY! Script compile errors now appear in the script error pane,Melanie1-2/+2
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames1-3/+3
2009-06-07Skip lone ident statments or for-loop assignmentsMike Mazur1-0/+51
2009-06-07Allow empty assignment in for-loopMike Mazur1-0/+25
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
2009-03-11Remove chained tests in BasicGridTest.cs.Mike Mazur1-1/+1
2009-02-25Allow /* C-style comments */ in LSL scripts.Mike Mazur1-0/+29
2009-02-20Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur1-8/+12
2008-11-06* Fix test failure in CSCodeGeneratorTest.TestJumps()Justin Clarke Casey1-1/+1
2008-10-07Adapt tests to new friendly errors and correct line numbersMelanie Thielker1-2/+2
2008-09-27Update unit testsMelanie Thielker1-13/+6
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker1-14/+14
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague2-0/+1758