diff options
author | Justin Clark-Casey (justincc) | 2013-04-29 20:50:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-05-03 22:41:14 +0100 |
commit | 6b0615712650ea72ab63cb9b6c107cccca47d400 (patch) | |
tree | 2a881a26e6b3a68d01e4aefa8d81add110386a11 /prebuild.xml | |
parent | Fix bug where an agent that declined an inventory offer and subsequently empt... (diff) | |
download | opensim-SC-6b0615712650ea72ab63cb9b6c107cccca47d400.zip opensim-SC-6b0615712650ea72ab63cb9b6c107cccca47d400.tar.gz opensim-SC-6b0615712650ea72ab63cb9b6c107cccca47d400.tar.bz2 opensim-SC-6b0615712650ea72ab63cb9b6c107cccca47d400.tar.xz |
Add regression test for offer, accept and subsequent receiver delete of an item offered via instant message.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7e28dee..e6aebf7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3058,6 +3058,7 @@ | |||
3058 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | 3058 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> |
3059 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> | 3059 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> |
3060 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3060 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
3061 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> | ||
3061 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 3062 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
3062 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> | 3063 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> |
3063 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3064 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |