aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-5/+28
| | | | | | * Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
* * Refactor LLUDPServer slightly so that unit tests can pass in data ↵Justin Clarke Casey2008-10-231-2/+2
| | | | synchronously. Shouldn't be any functional change
* * Remove mono warningsJustin Clarke Casey2008-10-171-1/+1
|
* * minor: get rid of pointless ipeSenderJustin Clarke Casey2008-10-161-1/+5
|
* * fix windows build break - it helps if one actually puts in using ↵Justin Clarke Casey2008-10-091-1/+3
| | | | statements and spells dlls correctly
* * minor: initialize udp server in unit testJustin Clarke Casey2008-10-091-2/+8
|
* * Create project for LindenUDP ClientStack testsJustin Clarke Casey2008-10-091-0/+44
* No functional tests yet