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 /prebuild.xml | |
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 '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index aebd1d6..8536a48 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2953,6 +2953,7 @@ | |||
2953 | <Files> | 2953 | <Files> |
2954 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2954 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2955 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> | 2955 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> |
2956 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | ||
2956 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2957 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2957 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 2958 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2958 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2959 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |