relocate AttachmentTests.cs to AttachmentsModuleTests.cs

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-16 21:56:56 +01:00
parent eb431f91c0
commit 66eb537d0c
2 changed files with 3 additions and 2 deletions

View File

@@ -2958,6 +2958,7 @@
<!-- SADLY the way this works means you need to keep adding these paths -->
<Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/>
<Match path="Asset/Tests" pattern="*.cs" recurse="true"/>
<Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/>
<Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/>
<Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/>
<Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/>