aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests/AgentCircuitDataTest.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-30* Change the signature of the agent set appearance callback to prevent ↵John Hurliman1-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
2009-08-17* More Test tweaking to get down to the root cause of the test wierdnessTeravus Ovares (Dan Olivares)1-0/+2
2009-08-16* handle litjson errors for now. We'll remove this when we hear back from ↵Teravus Ovares (Dan Olivares)1-21/+38
http://jira.openmetaverse.org/browse/LIBOMV-675
2009-08-13* Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵Teravus Ovares (Dan Olivares)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.