aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorArthur Valadares2009-06-11 18:27:12 +0000
committerArthur Valadares2009-06-11 18:27:12 +0000
commitc13f3649d279bc6a55d8b1d268574577029f7c33 (patch)
tree77ec4839d696eadd730338aa93bf1eb2b041dd7b /OpenSim/Tests
parentChanged the inventory service so that is uses exactly one DB plugin, not many... (diff)
downloadopensim-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 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs2
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)