* minor: stop bothering to set parts to phantom within test setups - tests now seem to pass without having to do this

This commit is contained in:
Justin Clarke Casey
2009-01-30 18:28:05 +00:00
parent 1b0a398763
commit 7a751f6940
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver.Tests
Scene scene = SceneSetupHelpers.SetupScene();
SceneSetupHelpers.SetupSceneModules(scene, archiverModule, terrainModule);
MemoryStream archiveWriteStream = new MemoryStream();
archiverModule.ArchiveRegion(archiveWriteStream);