diff options
author | Justin Clark-Casey (justincc) | 2010-08-07 00:50:01 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-07 00:50:01 +0100 |
commit | 8d520f4525ffafc6cecacea5e88eea524226a70f (patch) | |
tree | a393e8bc071a6231ca375e1e5a4000aaa40d3cbe /OpenSim/Region/CoreModules | |
parent | minor: a few miscellaneous comments (diff) | |
download | opensim-SC-8d520f4525ffafc6cecacea5e88eea524226a70f.zip opensim-SC-8d520f4525ffafc6cecacea5e88eea524226a70f.tar.gz opensim-SC-8d520f4525ffafc6cecacea5e88eea524226a70f.tar.bz2 opensim-SC-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 2 |
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); |