aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make tests happy again; try to speedup crossingsUbitUmarov2019-04-021-4/+12
|
* make 2 tests happy againUbitUmarov2019-03-301-4/+4
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-26/+26
|
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
|
* revert last change and add delays on testing, since child updates now have ↵UbitUmarov2015-12-161-0/+5
| | | | time control, since they are heavy http connections
* work around some 'tests' errors: add a httpserverUbitUmarov2015-11-171-3/+3
|
* refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)2014-11-251-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-221-52/+133
|
* Extend regression TestInterRegionChatDistanceEastWest() to test out of range ↵Justin Clark-Casey (justincc)2014-05-221-11/+38
| | | | chat
* Extend regression TestInterRegionChatDistanceEastWest() to test in range ↵Justin Clark-Casey (justincc)2014-05-221-17/+38
| | | | chat both ways.
* Simplify regression TestInterRegionChatDistanceEastWest() by making the ↵Justin Clark-Casey (justincc)2014-05-221-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-221-0/+158
to west.