Knock V0_2 decals off archive tests since they're misleading

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-11-20 03:01:47 +00:00
parent d7bca3d8e8
commit a88bcbb118
1 changed files with 8 additions and 8 deletions

View File

@ -122,10 +122,10 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
} }
/// <summary> /// <summary>
/// Test saving a V0.2 OpenSim Region Archive. /// Test saving an OpenSim Region Archive.
/// </summary> /// </summary>
[Test] [Test]
public void TestSaveOarV0_2() public void TestSaveOar()
{ {
TestHelper.InMethod(); TestHelper.InMethod();
// log4net.Config.XmlConfigurator.Configure(); // log4net.Config.XmlConfigurator.Configure();
@ -212,10 +212,10 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
} }
/// <summary> /// <summary>
/// Test loading a V0.2 OpenSim Region Archive. /// Test loading an OpenSim Region Archive.
/// </summary> /// </summary>
[Test] [Test]
public void TestLoadOarV0_2() public void TestLoadOar()
{ {
TestHelper.InMethod(); TestHelper.InMethod();
// log4net.Config.XmlConfigurator.Configure(); // log4net.Config.XmlConfigurator.Configure();
@ -317,10 +317,10 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
} }
/// <summary> /// <summary>
/// Test loading the region settings of a V0.2 OpenSim Region Archive. /// Test loading the region settings of an OpenSim Region Archive.
/// </summary> /// </summary>
[Test] [Test]
public void TestLoadOarV0_2RegionSettings() public void TestLoadOarRegionSettings()
{ {
TestHelper.InMethod(); TestHelper.InMethod();
//log4net.Config.XmlConfigurator.Configure(); //log4net.Config.XmlConfigurator.Configure();
@ -409,10 +409,10 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
} }
/// <summary> /// <summary>
/// Test merging a V0.2 OpenSim Region Archive into an existing scene /// Test merging an OpenSim Region Archive into an existing scene
/// </summary> /// </summary>
//[Test] //[Test]
public void TestMergeOarV0_2() public void TestMergeOar()
{ {
TestHelper.InMethod(); TestHelper.InMethod();
//XmlConfigurator.Configure(); //XmlConfigurator.Configure();