diff options
author | Justin Clark-Casey (justincc) | 2011-10-04 22:49:06 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-04 22:49:06 +0100 |
commit | 8a216dc1ccdc336a22958cd476de034d065cf676 (patch) | |
tree | 4deca739b301d8414a5c3e632becf568af4deeb6 /OpenSim/Region/CoreModules/Avatar/Attachments/Tests | |
parent | Clarify explanation of DeleteScriptsOnStartup switch in [XEngine]. (diff) | |
parent | Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand... (diff) | |
download | opensim-SC-8a216dc1ccdc336a22958cd476de034d065cf676.zip opensim-SC-8a216dc1ccdc336a22958cd476de034d065cf676.tar.gz opensim-SC-8a216dc1ccdc336a22958cd476de034d065cf676.tar.bz2 opensim-SC-8a216dc1ccdc336a22958cd476de034d065cf676.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/Tests')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs index 832c6eb..86cfb32 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | |||
@@ -209,7 +209,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests | |||
209 | 209 | ||
210 | m_attMod.RezSingleAttachmentFromInventory( | 210 | m_attMod.RezSingleAttachmentFromInventory( |
211 | m_presence, attItemId, (uint)AttachmentPoint.Chest); | 211 | m_presence, attItemId, (uint)AttachmentPoint.Chest); |
212 | m_attMod.DetachSingleAttachmentToInv(attItemId, m_presence.ControllingClient); | 212 | m_attMod.DetachSingleAttachmentToInv(m_presence, attItemId); |
213 | 213 | ||
214 | // Check status on scene presence | 214 | // Check status on scene presence |
215 | Assert.That(m_presence.HasAttachments(), Is.False); | 215 | Assert.That(m_presence.HasAttachments(), Is.False); |