Remove old test classes that don't actually test anything not done elsewhere

Also comment out log4net line in InventoryArchiverTests
This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-07 00:50:01 +01:00
parent 6c8c8d669b
commit 8d520f4525
3 changed files with 1 additions and 234 deletions

View File

@@ -741,7 +741,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
public void TestMergeIarPath()
{
TestHelper.InMethod();
log4net.Config.XmlConfigurator.Configure();
// log4net.Config.XmlConfigurator.Configure();
Scene scene = SceneSetupHelpers.SetupScene("inventory");
UserAccount ua1 = UserProfileTestUtils.CreateUserWithInventory(scene);