diff options
author | Justin Clark-Casey (justincc) | 2011-07-09 02:21:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-09 02:21:56 +0100 |
commit | f99b89990c9e4b136b77125c680c7a7c510a6ef2 (patch) | |
tree | 3f5ed8a492ba14fc66b6fe4571a430007e9ef953 /prebuild.xml | |
parent | refactor: Get LSLString(LSLInteger i) constructor to now call LSLString(int i... (diff) | |
download | opensim-SC_OLD-f99b89990c9e4b136b77125c680c7a7c510a6ef2.zip opensim-SC_OLD-f99b89990c9e4b136b77125c680c7a7c510a6ef2.tar.gz opensim-SC_OLD-f99b89990c9e4b136b77125c680c7a7c510a6ef2.tar.bz2 opensim-SC_OLD-f99b89990c9e4b136b77125c680c7a7c510a6ef2.tar.xz |
Add scratch AvatarFactoryModuleTests with one test to do a partial check on AvatarFactoryModule.SetAppearance()
Baked texture set not yet checked, nor persistence of data in avatar service
This is a foundation for later npc related tests.
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 8536a48..09450eb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2954,6 +2954,7 @@ | |||
2954 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2954 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2955 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> | 2955 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> |
2956 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 2956 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> |
2957 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | ||
2957 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2958 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2958 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 2959 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2959 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2960 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |