Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+0 |
| | |||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -2/+3 |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | ||||
* | * Extend current stub packet handler test into a really basic one that ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -3/+10 |
| | | | | checks that a sent in packet ends up on the client queue ready for processing | ||||
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -1/+7 |
| | | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing | ||||
* | * minor: Put in stub LLPacketHandler testing code | Justin Clarke Casey | 2009-01-09 | 1 | -0/+91 |