Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests happy again; try to speedup crossings | UbitUmarov | 2019-04-02 | 1 | -4/+12 |
| | |||||
* | make 2 tests happy again | UbitUmarov | 2019-03-30 | 1 | -4/+4 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -26/+26 |
| | |||||
* | fix test: scene update needs to run after the delay | UbitUmarov | 2015-12-16 | 1 | -3/+7 |
| | |||||
* | revert last change and add delays on testing, since child updates now have ↵ | UbitUmarov | 2015-12-16 | 1 | -0/+5 |
| | | | | time control, since they are heavy http connections | ||||
* | work around some 'tests' errors: add a httpserver | UbitUmarov | 2015-11-17 | 1 | -3/+3 |
| | |||||
* | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+0 |
| | | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | ||||
* | Add regression test for north-south chat across neighbour regions. | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -52/+133 |
| | |||||
* | Extend regression TestInterRegionChatDistanceEastWest() to test out of range ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -11/+38 |
| | | | | chat | ||||
* | Extend regression TestInterRegionChatDistanceEastWest() to test in range ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -17/+38 |
| | | | | chat both ways. | ||||
* | Simplify regression TestInterRegionChatDistanceEastWest() by making the ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -7/+6 |
| | | | | | | child presence connection directly rather than routing through TestClient. This code isn't relevant to this test and is already exercised by other tests. | ||||
* | Add regression test for in-range chat between neighbouring regions from east ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -0/+158 |
to west. |