aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-23 22:05:22 +0100
committerJustin Clark-Casey (justincc)2011-08-23 22:05:22 +0100
commit97b207240ee79abfec08d2dfaa9385211eb305c8 (patch)
tree29d5e9b2be525ae6395f07faca267486a0ddebf4 /OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
parentremove mono compiler warnings (diff)
downloadopensim-SC_OLD-97b207240ee79abfec08d2dfaa9385211eb305c8.zip
opensim-SC_OLD-97b207240ee79abfec08d2dfaa9385211eb305c8.tar.gz
opensim-SC_OLD-97b207240ee79abfec08d2dfaa9385211eb305c8.tar.bz2
opensim-SC_OLD-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/AttachmentsModuleTests.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs2
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);