diff options
author | Justin Clarke Casey | 2008-11-28 19:39:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-28 19:39:46 +0000 |
commit | 71e05a5707f1eaed098592dc1c3feb3389731634 (patch) | |
tree | 40ec2c07c2dbca6ff32a27c3e216ece22746f30d /OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |
parent | * test: Separate out async deletion methods to test delete and take copy sepa... (diff) | |
download | opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.zip opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.gz opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.bz2 opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
214 | /// <param name="inventoryCollection"></param> | 214 | /// <param name="inventoryCollection"></param> |
215 | public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) | 215 | public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) |
216 | { | 216 | { |
217 | |||
218 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these | 217 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these |
219 | // are simply being swallowed | 218 | // are simply being swallowed |
220 | 219 | ||