diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestInventoryService.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestInventoryService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestInventoryService.cs b/OpenSim/Tests/Common/Mock/TestInventoryService.cs index 6576533..ba9cbe9 100644 --- a/OpenSim/Tests/Common/Mock/TestInventoryService.cs +++ b/OpenSim/Tests/Common/Mock/TestInventoryService.cs | |||
@@ -171,5 +171,10 @@ namespace OpenSim.Tests.Common.Mock | |||
171 | root.ParentID = UUID.Zero; | 171 | root.ParentID = UUID.Zero; |
172 | return root; | 172 | return root; |
173 | } | 173 | } |
174 | |||
175 | public int GetAssetPermissions(UUID userID, UUID assetID) | ||
176 | { | ||
177 | return 1; | ||
178 | } | ||
174 | } | 179 | } |
175 | } | 180 | } |