aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-22 22:17:07 +0000
committerJustin Clark-Casey (justincc)2012-03-22 23:02:35 +0000
commit3c13f5c3aae3d70f1e8dd3ccdee70baaeb79f0f8 (patch)
tree619a06b57a1a9c88c7236cfca7ef353fbad9a768 /OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs
parentAdd prim name to "[MESH]: No recognized physics mesh..." log message (diff)
downloadopensim-SC_OLD-3c13f5c3aae3d70f1e8dd3ccdee70baaeb79f0f8.zip
opensim-SC_OLD-3c13f5c3aae3d70f1e8dd3ccdee70baaeb79f0f8.tar.gz
opensim-SC_OLD-3c13f5c3aae3d70f1e8dd3ccdee70baaeb79f0f8.tar.bz2
opensim-SC_OLD-3c13f5c3aae3d70f1e8dd3ccdee70baaeb79f0f8.tar.xz
Add llGiveInventory() test from object to object where both objects are owned by the same user.
Diffstat (limited to '')
-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 {