aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs b/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
index e4b607d..f946b00 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
@@ -114,7 +114,7 @@ namespace OpenSim.Region.Framework.Tests
114 } 114 }
115 115
116 /// <summary> 116 /// <summary>
117 /// Test MoveTaskInventoryItem where the item has no parent folder assigned. 117 /// Test MoveTaskInventoryItem from a part inventory to a user inventory where the item has no parent folder assigned.
118 /// </summary> 118 /// </summary>
119 /// <remarks> 119 /// <remarks>
120 /// This should place it in the most suitable user folder. 120 /// This should place it in the most suitable user folder.
@@ -143,9 +143,11 @@ namespace OpenSim.Region.Framework.Tests
143 } 143 }
144 144
145 /// <summary> 145 /// <summary>
146 /// Test MoveTaskInventoryItem where the item has no parent folder assigned. 146 /// Test MoveTaskInventoryItem from a part inventory to a user inventory where the item has no parent folder assigned.
147 /// </summary> 147 /// </summary>
148 /// <remarks>
148 /// This should place it in the most suitable user folder. 149 /// This should place it in the most suitable user folder.
150 /// </remarks>
149 [Test] 151 [Test]
150 public void TestMoveTaskInventoryItemNoParent() 152 public void TestMoveTaskInventoryItemNoParent()
151 { 153 {