diff options
author | Justin Clark-Casey (justincc) | 2011-07-04 21:35:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-04 21:35:15 +0100 |
commit | 46f5893d559f87982e510d02a37856951eb1e088 (patch) | |
tree | 5a16d3f569b7ad740db59d6b2a497f0bda8a5573 /OpenSim/Framework | |
parent | If a user has the rights to edit a parcel's properties, then also allow them ... (diff) | |
download | opensim-SC_OLD-46f5893d559f87982e510d02a37856951eb1e088.zip opensim-SC_OLD-46f5893d559f87982e510d02a37856951eb1e088.tar.gz opensim-SC_OLD-46f5893d559f87982e510d02a37856951eb1e088.tar.bz2 opensim-SC_OLD-46f5893d559f87982e510d02a37856951eb1e088.tar.xz |
Add basic flotsam asset cache test for retrieved cached asset.
Disabled temporarily since file system caching disrupts subsequent test runs
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 5f68cda..e8c85c9 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -273,6 +273,7 @@ namespace OpenSim.Framework | |||
273 | 273 | ||
274 | return m_id; | 274 | return m_id; |
275 | } | 275 | } |
276 | |||
276 | set | 277 | set |
277 | { | 278 | { |
278 | UUID uuid = UUID.Zero; | 279 | UUID uuid = UUID.Zero; |