diff options
author | Justin Clark-Casey (justincc) | 2011-07-02 01:01:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-02 01:01:40 +0100 |
commit | 513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f (patch) | |
tree | 2da82a1a15edb61e5469ce8686820940c3f93a1b /prebuild.xml | |
parent | refactor: simplify existing npc code by creating them directly rather than in... (diff) | |
download | opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.zip opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.gz opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.bz2 opensim-SC_OLD-513d63455ed7cf1a7a859e9e8abaeff7e7c7ad4f.tar.xz |
Create a very basic initial test which just creates an 'npc' and tests that the scene presence exists
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ed79b40..aebd1d6 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2997,6 +2997,7 @@ | |||
2997 | <Reference name="OpenSim.Region.CoreModules"/> | 2997 | <Reference name="OpenSim.Region.CoreModules"/> |
2998 | <Reference name="OpenSim.Region.OptionalModules"/> | 2998 | <Reference name="OpenSim.Region.OptionalModules"/> |
2999 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2999 | <Reference name="OpenSim.Region.Physics.Manager"/> |
3000 | <Reference name="OpenSim.Services.AvatarService"/> | ||
3000 | <Reference name="OpenSim.Services.Interfaces"/> | 3001 | <Reference name="OpenSim.Services.Interfaces"/> |
3001 | 3002 | ||
3002 | <!-- Unit tests --> | 3003 | <!-- Unit tests --> |
@@ -3020,6 +3021,7 @@ | |||
3020 | <Files> | 3021 | <Files> |
3021 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3022 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3022 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> | 3023 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> |
3024 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> | ||
3023 | </Files> | 3025 | </Files> |
3024 | </Project> | 3026 | </Project> |
3025 | 3027 | ||