From 71e05a5707f1eaed098592dc1c3feb3389731634 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 28 Nov 2008 19:39:46 +0000 Subject: * 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 --- OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 1 - OpenSim/Framework/IInventoryData.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index d242cb3..4212fbc 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs @@ -214,7 +214,6 @@ namespace OpenSim.Framework.Communications.Cache /// public void InventoryReceive(ICollection folders, ICollection items) { - // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these // are simply being swallowed diff --git a/OpenSim/Framework/IInventoryData.cs b/OpenSim/Framework/IInventoryData.cs index e42e50d..8ea1fb3 100644 --- a/OpenSim/Framework/IInventoryData.cs +++ b/OpenSim/Framework/IInventoryData.cs @@ -41,8 +41,7 @@ namespace OpenSim.Framework void Initialise(string connect); /// - /// 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. /// /// The folder to get subfolders for /// A list of inventory folders -- cgit v1.1