diff options
author | Adam Frisby | 2009-08-16 21:21:38 +1000 |
---|---|---|
committer | Adam Frisby | 2009-08-16 21:21:38 +1000 |
commit | aea4d7c63b64ee06e51725acb6d1e48c971b26d8 (patch) | |
tree | f2be39d773040ea117f194f2a341e1df0adc2c60 /OpenSim/Framework/Tests/AgentCircuitManagerTests.cs | |
parent | * [MRM] Implements permission checks on IObject implementations in SOPObject.... (diff) | |
parent | Add copyright headers. Formatting cleanup. (diff) | |
download | opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.zip opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.gz opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.bz2 opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/Tests/AgentCircuitManagerTests.cs')
-rw-r--r-- | OpenSim/Framework/Tests/AgentCircuitManagerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs b/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs index ab5f04a..6c98897 100644 --- a/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs +++ b/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Tests | |||
64 | Vector3 StartPos = new Vector3(5, 23, 125); | 64 | Vector3 StartPos = new Vector3(5, 23, 125); |
65 | 65 | ||
66 | UUID SecureSessionId = UUID.Random(); | 66 | UUID SecureSessionId = UUID.Random(); |
67 | UUID SessionId = UUID.Random(); | 67 | // TODO: unused: UUID SessionId = UUID.Random(); |
68 | 68 | ||
69 | m_agentCircuitData1 = new AgentCircuitData(); | 69 | m_agentCircuitData1 = new AgentCircuitData(); |
70 | m_agentCircuitData1.AgentID = AgentId1; | 70 | m_agentCircuitData1.AgentID = AgentId1; |