* test: Add a wodge of code in order to be able to slightly extend a test to deliver a taken object to a user inventory folder without throwing an exception

* test doesn't actually double check for the presence of the item yet
This commit is contained in:
Justin Clarke Casey
2008-11-28 19:39:46 +00:00
parent abfb7bd2cf
commit 71e05a5707
10 changed files with 145 additions and 55 deletions

View File

@@ -214,7 +214,6 @@ namespace OpenSim.Framework.Communications.Cache
/// <param name="inventoryCollection"></param>
public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items)
{
// FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these
// are simply being swallowed

View File

@@ -41,8 +41,7 @@ namespace OpenSim.Framework
void Initialise(string connect);
/// <summary>
/// Returns all child folders in the hierarchy from the parent folder and down.
/// Does not return the parent folder itself.
/// Returns all descendent folders of this folder. Does not return the parent folder itself.
/// </summary>
/// <param name="parentID">The folder to get subfolders for</param>
/// <returns>A list of inventory folders</returns>