diff options
author | Justin Clark-Casey (justincc) | 2011-11-14 17:18:51 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-14 17:18:51 +0000 |
commit | de895ee54a14f21ee0609e6a3636a31407495aa3 (patch) | |
tree | c6449e7ef1da31980644d36689f7fa158d5d6d0f /prebuild.xml | |
parent | If a friends identifier which is too short is given to HGFriendsModule.GetOnl... (diff) | |
download | opensim-SC-de895ee54a14f21ee0609e6a3636a31407495aa3.zip opensim-SC-de895ee54a14f21ee0609e6a3636a31407495aa3.tar.gz opensim-SC-de895ee54a14f21ee0609e6a3636a31407495aa3.tar.bz2 opensim-SC-de895ee54a14f21ee0609e6a3636a31407495aa3.tar.xz |
Add very simple FriendsModuleTests.TestNoFriends()
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 4e4bc61..7013598 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2915,6 +2915,7 @@ | |||
2915 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 2915 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> |
2916 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> | 2916 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> |
2917 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | 2917 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> |
2918 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> | ||
2918 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2919 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2919 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 2920 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2920 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2921 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |