Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ThreadTrackerTest. It's no longer relevant because the thread | Melanie | 2009-10-08 | 1 | -56/+0 |
| | | | | tracker now uses the system thread list | ||||
* | Fixing a few compile errors in the previous commit | John Hurliman | 2009-10-06 | 1 | -138/+2 |
| | |||||
* | * Change the signature of the agent set appearance callback to prevent ↵ | John Hurliman | 2009-09-30 | 1 | -2/+1 |
| | | | | | | | unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes * Inspect incoming TextureEntry updates for bakes that do not exist on the simulator and request the missing textures * Properly handle appearance updates that do not have a TextureEntry set | ||||
* | * More Test tweaking to get down to the root cause of the test wierdness | Teravus Ovares (Dan Olivares) | 2009-08-17 | 1 | -0/+2 |
| | |||||
* | * handle litjson errors for now. We'll remove this when we hear back from ↵ | Teravus Ovares (Dan Olivares) | 2009-08-16 | 1 | -21/+38 |
| | | | | http://jira.openmetaverse.org/browse/LIBOMV-675 | ||||
* | Misc cleanup. | Jeff Ames | 2009-08-16 | 2 | -2/+2 |
| | |||||
* | * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+192 |
| | | | | | | a thread, a dead thread, and a null Thread * Fix a null thread situation | ||||
* | * Add AgentCircuitManager tests for adding, removing, changing circuit code, ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+201 |
| | | | | and authentication. | ||||
* | * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+339 |
| | | | | ensure that the Packing and unpacking method to and from OSD works as expected called, TestAgentCircuitDataOSDConversion. Also created a HistoricalAgentCircuitDataOSDConversion to ensure that any changes in the way the json wire format is parsed warns us via this test. | ||||
* | Give m_test* methods more reasonable names | Mike Mazur | 2009-06-12 | 1 | -25/+25 |
| | | | | | | | Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers. | Jeff Ames | 2009-04-14 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-14 | 1 | -49/+49 |
| | |||||
* | * Added some more experimental code; nothing wired in so far. | lbsa71 | 2009-04-09 | 1 | -0/+49 |
| | |||||
* | * Added NUnit tested utility function GetHashGuid() for future use. | lbsa71 | 2009-04-01 | 1 | -0/+18 |
| | | | | | * Did some aligning refactoring of the MD5 and SHA-1 functions. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 2 | -3/+1 |
| | |||||
* | minor: Add request inventory test | Justin Clarke Casey | 2008-12-11 | 1 | -2/+0 |
| | |||||
* | * Fixes Location == Location, and Location != Location | Teravus Ovares | 2008-11-28 | 1 | -0/+16 |
| | |||||
* | * Committing a new test, that will fail until someone decides to fix ↵ | Teravus Ovares | 2008-11-28 | 1 | -0/+51 |
| | | | | Location == Location. Obviously, if that is failing then many other things that test location will fail. | ||||
* | - Add Util.isUUID | Homer Horwitz | 2008-11-02 | 1 | -0/+15 |
| | | | | | | | - Add tests for Util.isUUID - First part of the fix for protocol interoperability between viewer 1.20 and 1.21 for friend offers. | ||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 1 | -0/+141 |