aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-299/+0
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
* Formatting cleanup.Jeff Ames2009-10-011-23/+23
* * ShortVersion, another attempt at fixing the test thread death that randomly...Teravus Ovares (Dan Olivares)2009-08-161-0/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-1/+1
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-071-0/+8
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-091-1/+2
* * optimized usings.lbsa712009-02-121-8/+4
* * Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey2008-11-141-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-061-1/+1
* * test: Add assert checking that the circuit which trigger the socket excepti...Justin Clarke Casey2008-11-061-0/+2
* * Test to ensure that the udp server stays active after receiving a SocketExc...Justin Clarke Casey2008-11-061-12/+42
* * refactor: factor out test packet send method in client stack unit testsJustin Clarke Casey2008-11-061-8/+42
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-1/+3
* test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey2008-10-301-10/+37
* * test: Test that the client stack doesn't completely blow up if a client pas...Justin Clarke Casey2008-10-301-9/+32
* * Slightly tweak to teardown test, try a circuit which never existed in the f...Justin Clarke Casey2008-10-301-3/+3
* * minor: spacing adjustment before next commitJustin Clarke Casey2008-10-301-2/+1
* * test: fill out circuit teardown testJustin Clarke Casey2008-10-301-1/+10
* * test: Refactor test infrastructure for future client teardown testJustin Clarke Casey2008-10-301-9/+69
* * minor: eliminate some mono compiler warningsJustin Clarke Casey2008-10-241-1/+1
* * Stop creating a circuit if the client fails authentication (i.e. the region...Justin Clarke Casey2008-10-241-4/+13
* * Change AddClient test such that we now successfully authenticateJustin Clarke Casey2008-10-241-3/+17
* * minor: refactor out AddUser test setup to common methodJustin Clarke Casey2008-10-241-4/+8
* * Reenable assert for the add circuit testJustin Clarke Casey2008-10-231-2/+3
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-5/+28
* * Refactor LLUDPServer slightly so that unit tests can pass in data synchrono...Justin Clarke Casey2008-10-231-2/+2
* * 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 statements...Justin Clarke Casey2008-10-091-1/+3
* * 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