aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/Grid/GridClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better guards on RegisterRegion in GridService.Diva Canto2009-09-251-1/+4
| | | | Added serverPort to the fields that get stored (I think this is the UDP port).
* Make the grid client deregister the test regions at the end, so that they ↵Diva Canto2009-09-241-0/+20
| | | | don't stay in the DB.
* GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto2009-09-241-6/+58
| | | | getting parameters and replies over the wire.
* Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-241-0/+102
code.