diff options
author | Melanie | 2012-11-09 22:58:42 +0000 |
---|---|---|
committer | Melanie | 2012-11-09 22:58:42 +0000 |
commit | 415b89f434657fe4cbf62a5c99f24c2648a313ac (patch) | |
tree | 48d7e97cc64a4351755942745a9a8f65d52b5322 /OpenSim/Tests | |
parent | Merge branch 'master' into careminster (diff) | |
parent | llSetLinkCamera implementation (diff) | |
download | opensim-SC-415b89f434657fe4cbf62a5c99f24c2648a313ac.zip opensim-SC-415b89f434657fe4cbf62a5c99f24c2648a313ac.tar.gz opensim-SC-415b89f434657fe4cbf62a5c99f24c2648a313ac.tar.bz2 opensim-SC-415b89f434657fe4cbf62a5c99f24c2648a313ac.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs index bca5979..f9bf768 100644 --- a/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs | |||
@@ -125,6 +125,7 @@ namespace OpenSim.Tests.Common.Mock | |||
125 | } | 125 | } |
126 | 126 | ||
127 | public bool MoveItem(string id, string newParent) { throw new NotImplementedException(); } | 127 | public bool MoveItem(string id, string newParent) { throw new NotImplementedException(); } |
128 | public bool MoveFolder(string id, string newParent) { throw new NotImplementedException(); } | ||
128 | public XInventoryItem[] GetActiveGestures(UUID principalID) { throw new NotImplementedException(); } | 129 | public XInventoryItem[] GetActiveGestures(UUID principalID) { throw new NotImplementedException(); } |
129 | public int GetAssetPermissions(UUID principalID, UUID assetID) { throw new NotImplementedException(); } | 130 | public int GetAssetPermissions(UUID principalID, UUID assetID) { throw new NotImplementedException(); } |
130 | } | 131 | } |