aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Reenable assert for the add circuit testJustin Clarke Casey2008-10-231-1/+7
| | | | | | | * This checks that a client circuit is established when the udp server is given a use client circuit code packet * And checks that other circuit codes do not exist
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-3/+63
| | | | | | * 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-0/+54
synchronously. Shouldn't be any functional change