diff options
author | Justin Clark-Casey (justincc) | 2011-08-31 17:13:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-31 17:13:53 +0100 |
commit | 899d109e822bbf6084714842b460858f3939840b (patch) | |
tree | e6a942ef94a90525b329d9bafb28168fb41d242f /OpenSim/Tests/Common/Helpers | |
parent | In WorldCommModule, replace the useless Attachments == null check with Attach... (diff) | |
download | opensim-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/Helpers')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/SceneHelpers.cs | 1 |
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 | } |