aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Extend malformed packet test to actually check that a valid packet can ↵Justin Clarke Casey2008-10-301-2/+3
| | | | get through after the malformed ones have been sent
* * test: Test that the client stack doesn't completely blow up if a client ↵Justin Clarke Casey2008-10-301-1/+11
| | | | passes it malformed data
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-271-12/+12
|
* * 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