diff options
author | Arthur Valadares | 2009-06-11 18:27:12 +0000 |
---|---|---|
committer | Arthur Valadares | 2009-06-11 18:27:12 +0000 |
commit | c13f3649d279bc6a55d8b1d268574577029f7c33 (patch) | |
tree | 77ec4839d696eadd730338aa93bf1eb2b041dd7b /OpenSim/Tests | |
parent | Changed the inventory service so that is uses exactly one DB plugin, not many... (diff) | |
download | opensim-SC_OLD-c13f3649d279bc6a55d8b1d268574577029f7c33.zip opensim-SC_OLD-c13f3649d279bc6a55d8b1d268574577029f7c33.tar.gz opensim-SC_OLD-c13f3649d279bc6a55d8b1d268574577029f7c33.tar.bz2 opensim-SC_OLD-c13f3649d279bc6a55d8b1d268574577029f7c33.tar.xz |
* Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateFolder)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs index 31e8e8b..442ff06 100644 --- a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | |||
@@ -122,7 +122,7 @@ namespace OpenSim.Tests.Common.Mock | |||
122 | 122 | ||
123 | public InventoryFolderBase queryInventoryFolder(UUID folderID) | 123 | public InventoryFolderBase queryInventoryFolder(UUID folderID) |
124 | { | 124 | { |
125 | return null; | 125 | return getInventoryFolder(folderID); |
126 | } | 126 | } |
127 | 127 | ||
128 | public void addInventoryFolder(InventoryFolderBase folder) | 128 | public void addInventoryFolder(InventoryFolderBase folder) |