OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests:
Collaboration graph
[legend]

Public Member Functions

override void SetUp ()
 
void TestSaveOar ()
 Test saving an OpenSim Region Archive. More...
 
void TestSaveOarNoAssets ()
 Test saving an OpenSim Region Archive with the no assets option More...
 
void TestLoadOar ()
 Test loading an OpenSim Region Archive. More...
 
void TestLoadOarUnorderedParts ()
 Test loading an OpenSim Region Archive where the scene object parts are not ordered by link number (e.g. 2 can come after 3). More...
 
void TestLoadPublishedOar ()
 Test loading an OpenSim Region Archive saved with the –publish option. More...
 
void TestLoadOarDeededLand ()
 Test OAR loading where the land parcel is group deeded. More...
 
void TestLoadOarRegionSettings ()
 Test loading the region settings of an OpenSim Region Archive. More...
 
void TestMergeOar ()
 Test merging an OpenSim Region Archive into an existing scene More...
 
void TestSaveMultiRegionOar ()
 Test saving a multi-region OAR. More...
 
void TestLoadMultiRegionOar ()
 Test loading a multi-region OAR. More...
 

Protected Member Functions

SceneObjectPart CreateSceneObjectPart1 ()
 
SceneObjectPart CreateSceneObjectPart2 ()
 

Protected Attributes

SceneHelpers m_sceneHelpers
 
TestScene m_scene
 
ArchiverModule m_archiverModule
 
SerialiserModule m_serialiserModule
 
TaskInventoryItem m_soundItem
 

Detailed Description

Definition at line 57 of file ArchiverTests.cs.

Member Function Documentation

SceneObjectPart OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.CreateSceneObjectPart1 ( )
inlineprotected

Definition at line 107 of file ArchiverTests.cs.

SceneObjectPart OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.CreateSceneObjectPart2 ( )
inlineprotected

Definition at line 120 of file ArchiverTests.cs.

override void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.SetUp ( )
inlinevirtual

Reimplemented from OpenSim.Tests.Common.OpenSimTestCase.

Definition at line 72 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadMultiRegionOar ( )
inline

Test loading a multi-region OAR.

Definition at line 914 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadOar ( )
inline

Test loading an OpenSim Region Archive.

Definition at line 341 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadOarDeededLand ( )
inline

Test OAR loading where the land parcel is group deeded.

In this situation, the owner ID is set to the group ID.

Definition at line 550 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadOarRegionSettings ( )
inline

Test loading the region settings of an OpenSim Region Archive.

Definition at line 613 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadOarUnorderedParts ( )
inline

Test loading an OpenSim Region Archive where the scene object parts are not ordered by link number (e.g. 2 can come after 3).

Definition at line 416 of file ArchiverTests.cs.

Here is the call graph for this function:

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestLoadPublishedOar ( )
inline

Test loading an OpenSim Region Archive saved with the –publish option.

Definition at line 468 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestMergeOar ( )
inline

Test merging an OpenSim Region Archive into an existing scene

Definition at line 713 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestSaveMultiRegionOar ( )
inline

Test saving a multi-region OAR.

Definition at line 780 of file ArchiverTests.cs.

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestSaveOar ( )
inline

Test saving an OpenSim Region Archive.

Definition at line 184 of file ArchiverTests.cs.

Here is the call graph for this function:

void OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.TestSaveOarNoAssets ( )
inline

Test saving an OpenSim Region Archive with the no assets option

Definition at line 259 of file ArchiverTests.cs.

Here is the call graph for this function:

Member Data Documentation

ArchiverModule OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.m_archiverModule
protected

Definition at line 64 of file ArchiverTests.cs.

TestScene OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.m_scene
protected

Definition at line 63 of file ArchiverTests.cs.

SceneHelpers OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.m_sceneHelpers
protected

Definition at line 62 of file ArchiverTests.cs.

SerialiserModule OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.m_serialiserModule
protected

Definition at line 65 of file ArchiverTests.cs.

TaskInventoryItem OpenSim.Region.CoreModules.World.Archiver.Tests.ArchiverTests.m_soundItem
protected

Definition at line 67 of file ArchiverTests.cs.


The documentation for this class was generated from the following file: