aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-13 04:34:03 +0000
committerJustin Clark-Casey (justincc)2012-11-13 04:34:03 +0000
commit2fd36653b98c4c69645f2e4d6dea02bbe9f1260d (patch)
tree1b3f116ba965167ab05ee5b3ff81adae15438035 /OpenSim/Tests
parentDisable code to get server-side to move given items to a destination folder o... (diff)
downloadopensim-SC_OLD-2fd36653b98c4c69645f2e4d6dea02bbe9f1260d.zip
opensim-SC_OLD-2fd36653b98c4c69645f2e4d6dea02bbe9f1260d.tar.gz
opensim-SC_OLD-2fd36653b98c4c69645f2e4d6dea02bbe9f1260d.tar.bz2
opensim-SC_OLD-2fd36653b98c4c69645f2e4d6dea02bbe9f1260d.tar.xz
minor: Add some explanative method doc to SceneHelpers.SetupSceneModules()
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Helpers/SceneHelpers.cs4
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>