diff options
author | Diva Canto | 2015-05-10 08:47:38 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-10 08:47:38 -0700 |
commit | 321601482bcb72f5effc456acee31eed775487d7 (patch) | |
tree | 33eaee6b07fa30de153ecea420b212b7dafee589 /prebuild.xml | |
parent | Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik... (diff) | |
download | opensim-SC-321601482bcb72f5effc456acee31eed775487d7.zip opensim-SC-321601482bcb72f5effc456acee31eed775487d7.tar.gz opensim-SC-321601482bcb72f5effc456acee31eed775487d7.tar.bz2 opensim-SC-321601482bcb72f5effc456acee31eed775487d7.tar.xz |
Changed prebuild to find the new unit tests for FetchInventory
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 b6b18df..c46740b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2958,6 +2958,7 @@ | |||
2958 | <Files> | 2958 | <Files> |
2959 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2959 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2960 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> | 2960 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> |
2961 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"/> | ||
2961 | </Files> | 2962 | </Files> |
2962 | </Project> | 2963 | </Project> |
2963 | 2964 | ||