diff options
author | Justin Clark-Casey (justincc) | 2011-08-23 22:05:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-23 22:05:22 +0100 |
commit | 97b207240ee79abfec08d2dfaa9385211eb305c8 (patch) | |
tree | 29d5e9b2be525ae6395f07faca267486a0ddebf4 /OpenSim/Region/CoreModules/Avatar/Attachments/Tests | |
parent | remove mono compiler warnings (diff) | |
download | opensim-SC-97b207240ee79abfec08d2dfaa9385211eb305c8.zip opensim-SC-97b207240ee79abfec08d2dfaa9385211eb305c8.tar.gz opensim-SC-97b207240ee79abfec08d2dfaa9385211eb305c8.tar.bz2 opensim-SC-97b207240ee79abfec08d2dfaa9385211eb305c8.tar.xz |
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmentToInv() for consistency and to reflect it's actual behaviour
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 6f242e5..6695a9d 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | |||
@@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests | |||
130 | 130 | ||
131 | m_attMod.RezSingleAttachmentFromInventory( | 131 | m_attMod.RezSingleAttachmentFromInventory( |
132 | presence.ControllingClient, attItemId, (uint)AttachmentPoint.Chest); | 132 | presence.ControllingClient, attItemId, (uint)AttachmentPoint.Chest); |
133 | m_attMod.ShowDetachInUserInventory(attItemId, presence.ControllingClient); | 133 | m_attMod.DetachSingleAttachmentToInv(attItemId, presence.ControllingClient); |
134 | 134 | ||
135 | // Check status on scene presence | 135 | // Check status on scene presence |
136 | Assert.That(presence.HasAttachments(), Is.False); | 136 | Assert.That(presence.HasAttachments(), Is.False); |