aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
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/Tests/Common
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/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Helpers/SceneHelpers.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
index 2cf40d7..ea433a6 100644
--- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
+++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
@@ -357,6 +357,7 @@ namespace OpenSim.Tests.Common
357 agentData.startpos = Vector3.Zero; 357 agentData.startpos = Vector3.Zero;
358 agentData.CapsPath = "http://wibble.com"; 358 agentData.CapsPath = "http://wibble.com";
359 agentData.ServiceURLs = new Dictionary<string, object>(); 359 agentData.ServiceURLs = new Dictionary<string, object>();
360 agentData.Appearance = new AvatarAppearance();
360 361
361 return agentData; 362 return agentData;
362 } 363 }