diff options
author | Justin Clark-Casey (justincc) | 2011-12-03 18:59:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-03 18:59:54 +0000 |
commit | 4919c6056022053f8632b030a06fd8f48ac02a8e (patch) | |
tree | 098bfeaf1aa751f20e2bc4791f26302e74417d05 /prebuild.xml | |
parent | Improve locking in AgentCircuitManager (diff) | |
download | opensim-SC_OLD-4919c6056022053f8632b030a06fd8f48ac02a8e.zip opensim-SC_OLD-4919c6056022053f8632b030a06fd8f48ac02a8e.tar.gz opensim-SC_OLD-4919c6056022053f8632b030a06fd8f48ac02a8e.tar.bz2 opensim-SC_OLD-4919c6056022053f8632b030a06fd8f48ac02a8e.tar.xz |
Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()
This required an option to be added to NullRegionData via ConnectionString for it to act as a non-static instance, so that regression tests (which only load this class once) don't get hopeless confused and complex to compensate.
Normal standalone operation unaffected.
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 a7e3bde..4e36172 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3016,6 +3016,7 @@ | |||
3016 | <Reference name="OpenSim.Framework.Servers"/> | 3016 | <Reference name="OpenSim.Framework.Servers"/> |
3017 | <Reference name="OpenSim.Framework.Statistics"/> | 3017 | <Reference name="OpenSim.Framework.Statistics"/> |
3018 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3018 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3019 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
3019 | <Reference name="OpenSim.Region.Framework"/> | 3020 | <Reference name="OpenSim.Region.Framework"/> |
3020 | <Reference name="OpenSim.Region.CoreModules"/> | 3021 | <Reference name="OpenSim.Region.CoreModules"/> |
3021 | <Reference name="OpenSim.Region.OptionalModules"/> | 3022 | <Reference name="OpenSim.Region.OptionalModules"/> |