aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-07 00:50:01 +0100
committerJustin Clark-Casey (justincc)2010-08-07 00:50:01 +0100
commit8d520f4525ffafc6cecacea5e88eea524226a70f (patch)
treea393e8bc071a6231ca375e1e5a4000aaa40d3cbe /OpenSim/Region/CoreModules/Avatar
parentminor: a few miscellaneous comments (diff)
downloadopensim-SC_OLD-8d520f4525ffafc6cecacea5e88eea524226a70f.zip
opensim-SC_OLD-8d520f4525ffafc6cecacea5e88eea524226a70f.tar.gz
opensim-SC_OLD-8d520f4525ffafc6cecacea5e88eea524226a70f.tar.bz2
opensim-SC_OLD-8d520f4525ffafc6cecacea5e88eea524226a70f.tar.xz
Remove old test classes that don't actually test anything not done elsewhere
Also comment out log4net line in InventoryArchiverTests
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index 2d80382..3fb2c8c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -741,7 +741,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
741 public void TestMergeIarPath() 741 public void TestMergeIarPath()
742 { 742 {
743 TestHelper.InMethod(); 743 TestHelper.InMethod();
744 log4net.Config.XmlConfigurator.Configure(); 744// log4net.Config.XmlConfigurator.Configure();
745 745
746 Scene scene = SceneSetupHelpers.SetupScene("inventory"); 746 Scene scene = SceneSetupHelpers.SetupScene("inventory");
747 UserAccount ua1 = UserProfileTestUtils.CreateUserWithInventory(scene); 747 UserAccount ua1 = UserProfileTestUtils.CreateUserWithInventory(scene);