Add standard doc and standard doc formatting to IAssetService

This commit is contained in:
Justin Clark-Casey (justincc)
2009-08-14 19:59:42 +01:00
parent 957962b482
commit a668a5b0d3
2 changed files with 38 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
InventoryArchiverModule archiverModule = new InventoryArchiverModule();
Scene scene = SceneSetupHelpers.SetupScene("");
Scene scene = SceneSetupHelpers.SetupScene("Inventory");
SceneSetupHelpers.SetupSceneModules(scene, archiverModule);
CommunicationsManager cm = scene.CommsManager;