* Iniital inventory archive test code. Doesn't actually do any testing yet

This commit is contained in:
Justin Clarke Casey
2009-02-16 18:33:05 +00:00
parent 1e3acbdfa3
commit ec07e1aad6
4 changed files with 165 additions and 4 deletions

View File

@@ -2727,6 +2727,7 @@
<Files>
<!-- SADLY the way this works means you need to keep adding these paths -->
<Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" />
<Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" />
<Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" />
<Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" />
</Files>