diff options
author | Justin Clark-Casey (justincc) | 2010-12-14 23:36:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-14 23:36:34 +0000 |
commit | 81bccd6d132956e2de9e5ad473f87931df76cde8 (patch) | |
tree | cbad88a1bad4b95dd91ad4d02b6762504e17ed2e /prebuild.xml | |
parent | Add mock group services connector and use this in tests (diff) | |
download | opensim-SC_OLD-81bccd6d132956e2de9e5ad473f87931df76cde8.zip opensim-SC_OLD-81bccd6d132956e2de9e5ad473f87931df76cde8.tar.gz opensim-SC_OLD-81bccd6d132956e2de9e5ad473f87931df76cde8.tar.bz2 opensim-SC_OLD-81bccd6d132956e2de9e5ad473f87931df76cde8.tar.xz |
Start implementing a test for 'share with group' object functionality. Not yet complete.
While implementing this, a bug was fixed in scene setup helpers where module RegionLoaded() was called immediately after AddRegion() instead of waiting for all AddRegions() to complete.
Also, XmlRpcGroupsModule non-message functionality will now work without a message transfer module (as indicated in the comments but with a contradictory implementation)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b9ed299..e408ccd 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3060,6 +3060,7 @@ | |||
3060 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3060 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3061 | <Reference name="OpenSim.Region.Framework"/> | 3061 | <Reference name="OpenSim.Region.Framework"/> |
3062 | <Reference name="OpenSim.Region.CoreModules"/> | 3062 | <Reference name="OpenSim.Region.CoreModules"/> |
3063 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
3063 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3064 | <Reference name="OpenSim.Region.Physics.Manager"/> |
3064 | <Reference name="OpenSim.Services.Interfaces"/> | 3065 | <Reference name="OpenSim.Services.Interfaces"/> |
3065 | 3066 | ||