aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorMelanie2010-04-13 04:13:26 +0100
committerMelanie2010-04-13 04:13:26 +0100
commita1c4585a392955bb80452da94002414ab0c6a269 (patch)
treed42f39aa7f00289888a305e38b0cab1fbc1bab65 /OpenSim/Tests/Common
parentFixed LINEAR_MOTOR Z drive, Mantis #30 (diff)
parentChanged the GetTextureModule backport to work with the 0.6.9 codebase (diff)
downloadopensim-SC_OLD-a1c4585a392955bb80452da94002414ab0c6a269.zip
opensim-SC_OLD-a1c4585a392955bb80452da94002414ab0c6a269.tar.gz
opensim-SC_OLD-a1c4585a392955bb80452da94002414ab0c6a269.tar.bz2
opensim-SC_OLD-a1c4585a392955bb80452da94002414ab0c6a269.tar.xz
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/MockAssetService.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockAssetService.cs b/OpenSim/Tests/Common/Mock/MockAssetService.cs
index cb38043..4118308 100644
--- a/OpenSim/Tests/Common/Mock/MockAssetService.cs
+++ b/OpenSim/Tests/Common/Mock/MockAssetService.cs
@@ -65,6 +65,11 @@ namespace OpenSim.Tests.Common.Mock
65 return asset; 65 return asset;
66 } 66 }
67 67
68 public AssetBase GetCached(string id)
69 {
70 return Get(id);
71 }
72
68 public AssetMetadata GetMetadata(string id) 73 public AssetMetadata GetMetadata(string id)
69 { 74 {
70 throw new System.NotImplementedException(); 75 throw new System.NotImplementedException();