Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 2009-03-11 | 1 | -1/+1 |
| | | | | | | | | | | It's good practice to isolate unit tests so their outcome (pass/fail) does not depend on whether another test has been run/passed/failed. A method is used to populate the DB independently for each test, and a TearDown method cleans up the database after each test. Also adding extra comment in C-style comment test. | ||||
* | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2009-02-25 | 1 | -0/+29 |
| | | | | | | This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding changes. | ||||
* | Thanks DoranZemlja for a patch implementing non-shortcircuiting in | Mike Mazur | 2009-02-20 | 1 | -8/+12 |
| | | | | | logical and and logical or in LSL. Fixes Mantis #3174. | ||||
* | * Fix test failure in CSCodeGeneratorTest.TestJumps() | Justin Clarke Casey | 2008-11-06 | 1 | -1/+1 |
| | | | | | | | * Need new NoOp(); generated part * Not Homer's fault - this test ain't running under Windows! (needs fixing!) | ||||
* | Adapt tests to new friendly errors and correct line numbers | Melanie Thielker | 2008-10-07 | 1 | -2/+2 |
| | |||||
* | Update unit tests | Melanie Thielker | 2008-09-27 | 1 | -13/+6 |
| | |||||
* | Refactor XEngine parser as per suggestions from mikem | Melanie Thielker | 2008-09-23 | 1 | -14/+14 |
| | |||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 2 | -0/+1758 |