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/IInventoryData.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework/IInventoryData.cs') 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