aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-31 17:13:53 +0100
committerJustin Clark-Casey (justincc)2011-08-31 17:13:53 +0100
commit899d109e822bbf6084714842b460858f3939840b (patch)
treee6a942ef94a90525b329d9bafb28168fb41d242f /OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs
parentIn WorldCommModule, replace the useless Attachments == null check with Attach... (diff)
downloadopensim-SC_OLD-899d109e822bbf6084714842b460858f3939840b.zip
opensim-SC_OLD-899d109e822bbf6084714842b460858f3939840b.tar.gz
opensim-SC_OLD-899d109e822bbf6084714842b460858f3939840b.tar.bz2
opensim-SC_OLD-899d109e822bbf6084714842b460858f3939840b.tar.xz
get rid of appearance null checks - this is never null
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs
index 35b41fb..ce9d418 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs
@@ -357,6 +357,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
357 agent.InventoryFolder = UUID.Zero; 357 agent.InventoryFolder = UUID.Zero;
358 agent.startpos = Vector3.Zero; 358 agent.startpos = Vector3.Zero;
359 agent.CapsPath = GetRandomCapsObjectPath(); 359 agent.CapsPath = GetRandomCapsObjectPath();
360 agent.Appearance = new AvatarAppearance();
360 361
361 acd1 = agent; 362 acd1 = agent;
362 } 363 }