| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -23/+23 |
* | * ShortVersion, another attempt at fixing the test thread death that randomly... | Teravus Ovares (Dan Olivares) | 2009-08-16 | 1 | -0/+1 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 1 | -1/+1 |
* | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 2009-05-07 | 1 | -0/+8 |
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 1 | -1/+2 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -8/+4 |
* | * Move test scene construction infrastructure methods to a separate class for... | Justin Clarke Casey | 2008-11-14 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-06 | 1 | -1/+1 |
* | * test: Add assert checking that the circuit which trigger the socket excepti... | Justin Clarke Casey | 2008-11-06 | 1 | -0/+2 |
* | * Test to ensure that the udp server stays active after receiving a SocketExc... | Justin Clarke Casey | 2008-11-06 | 1 | -12/+42 |
* | * refactor: factor out test packet send method in client stack unit tests | Justin Clarke Casey | 2008-11-06 | 1 | -8/+42 |
* | * Use nini to pass config information to the client stack, rather than the Cl... | Justin Clarke Casey | 2008-11-03 | 1 | -1/+3 |
* | test: Extend malformed packet test to actually check that a valid packet can ... | Justin Clarke Casey | 2008-10-30 | 1 | -10/+37 |
* | * test: Test that the client stack doesn't completely blow up if a client pas... | Justin Clarke Casey | 2008-10-30 | 1 | -9/+32 |
* | * Slightly tweak to teardown test, try a circuit which never existed in the f... | Justin Clarke Casey | 2008-10-30 | 1 | -3/+3 |
* | * minor: spacing adjustment before next commit | Justin Clarke Casey | 2008-10-30 | 1 | -2/+1 |
* | * test: fill out circuit teardown test | Justin Clarke Casey | 2008-10-30 | 1 | -1/+10 |
* | * test: Refactor test infrastructure for future client teardown test | Justin Clarke Casey | 2008-10-30 | 1 | -9/+69 |
* | * minor: eliminate some mono compiler warnings | Justin Clarke Casey | 2008-10-24 | 1 | -1/+1 |
* | * Stop creating a circuit if the client fails authentication (i.e. the region... | Justin Clarke Casey | 2008-10-24 | 1 | -4/+13 |
* | * Change AddClient test such that we now successfully authenticate | Justin Clarke Casey | 2008-10-24 | 1 | -3/+17 |
* | * minor: refactor out AddUser test setup to common method | Justin Clarke Casey | 2008-10-24 | 1 | -4/+8 |
* | * Reenable assert for the add circuit test | Justin Clarke Casey | 2008-10-23 | 1 | -2/+3 |
* | * Introduce a basic udp circuit test for adding a client | Justin Clarke Casey | 2008-10-23 | 1 | -5/+28 |
* | * Refactor LLUDPServer slightly so that unit tests can pass in data synchrono... | Justin Clarke Casey | 2008-10-23 | 1 | -2/+2 |
* | * Remove mono warnings | Justin Clarke Casey | 2008-10-17 | 1 | -1/+1 |
* | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 2008-10-16 | 1 | -1/+5 |
* | * fix windows build break - it helps if one actually puts in using statements... | Justin Clarke Casey | 2008-10-09 | 1 | -1/+3 |
* | * minor: initialize udp server in unit test | Justin Clarke Casey | 2008-10-09 | 1 | -2/+8 |
* | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 2008-10-09 | 1 | -0/+44 |