diff options
author | John Hurliman | 2010-04-08 15:00:01 -0700 |
---|---|---|
committer | John Hurliman | 2010-04-08 15:00:01 -0700 |
commit | 0f3314c04ccd07e0ff9b5be69903b0a72dd73115 (patch) | |
tree | 39fbecab8f5ae7232f625527058c7598e55dc46a /OpenSim/Tests/Common | |
parent | add nant distbin target (diff) | |
download | opensim-SC_OLD-0f3314c04ccd07e0ff9b5be69903b0a72dd73115.zip opensim-SC_OLD-0f3314c04ccd07e0ff9b5be69903b0a72dd73115.tar.gz opensim-SC_OLD-0f3314c04ccd07e0ff9b5be69903b0a72dd73115.tar.bz2 opensim-SC_OLD-0f3314c04ccd07e0ff9b5be69903b0a72dd73115.tar.xz |
Backported GetTextureModule and IAssetService.GetCached()
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/MockAssetService.cs | 5 |
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(); |