diff options
author | Justin Clark-Casey (justincc) | 2009-08-05 18:59:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-05 18:59:44 +0100 |
commit | f8d8f07cb44853710706559632e709af5fc8971b (patch) | |
tree | 8c53dba7dcc7dc562bae3c5c47669d04de1a0e24 /OpenSim/Region/CoreModules/ServiceConnectorsOut | |
parent | Recomment TestReplicateArchivePathToUserInventory() for now due to occasional... (diff) | |
download | opensim-SC_OLD-f8d8f07cb44853710706559632e709af5fc8971b.zip opensim-SC_OLD-f8d8f07cb44853710706559632e709af5fc8971b.tar.gz opensim-SC_OLD-f8d8f07cb44853710706559632e709af5fc8971b.tar.bz2 opensim-SC_OLD-f8d8f07cb44853710706559632e709af5fc8971b.tar.xz |
Remove waiting in TestReplicateArchivePathToUserInventory() since local inventory loading is synchronous
Insert a little more debugging info in case the occasional failure reoccurs
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs index a304357..e70d985 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs | |||
@@ -39,7 +39,6 @@ using OpenSim.Region.Framework.Scenes; | |||
39 | using OpenSim.Services.Interfaces; | 39 | using OpenSim.Services.Interfaces; |
40 | using OpenMetaverse; | 40 | using OpenMetaverse; |
41 | 41 | ||
42 | |||
43 | namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory | 42 | namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory |
44 | { | 43 | { |
45 | public class LocalInventoryServicesConnector : ISharedRegionModule, IInventoryService | 44 | public class LocalInventoryServicesConnector : ISharedRegionModule, IInventoryService |