diff options
author | Diva Canto | 2012-11-12 21:15:35 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-12 21:15:35 -0800 |
commit | 99ccd4ea440c756daadd4d26ab3994d21c3e252a (patch) | |
tree | 3692bb1a87223342425344c928cc387e049742cb /OpenSim/Tests/Common | |
parent | Another 10 modules' directives moved from .addin.xml (diff) | |
parent | minor: Add some explanative method doc to SceneHelpers.SetupSceneModules() (diff) | |
download | opensim-SC_OLD-99ccd4ea440c756daadd4d26ab3994d21c3e252a.zip opensim-SC_OLD-99ccd4ea440c756daadd4d26ab3994d21c3e252a.tar.gz opensim-SC_OLD-99ccd4ea440c756daadd4d26ab3994d21c3e252a.tar.bz2 opensim-SC_OLD-99ccd4ea440c756daadd4d26ab3994d21c3e252a.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/SceneHelpers.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs index 939fc33..ea3e348 100644 --- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs | |||
@@ -350,6 +350,10 @@ namespace OpenSim.Tests.Common | |||
350 | /// </summary> | 350 | /// </summary> |
351 | /// <remarks> | 351 | /// <remarks> |
352 | /// If called directly, then all the modules must be shared modules. | 352 | /// If called directly, then all the modules must be shared modules. |
353 | /// | ||
354 | /// We are emulating here the normal calls made to setup region modules | ||
355 | /// (Initialise(), PostInitialise(), AddRegion, RegionLoaded()). | ||
356 | /// TODO: Need to reuse normal runtime module code. | ||
353 | /// </remarks> | 357 | /// </remarks> |
354 | /// <param name="scenes"></param> | 358 | /// <param name="scenes"></param> |
355 | /// <param name="config"></param> | 359 | /// <param name="config"></param> |