mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* 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:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user