diff options
author | Justin Clark-Casey (justincc) | 2010-08-28 00:40:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-28 00:40:33 +0100 |
commit | 1c0b4457cdcd543f04bc818a987f6e3f2311098d (patch) | |
tree | 56b6a949423b5ca0f54b2c200e037052a9ac3ff0 /OpenSim/Region/CoreModules/Avatar | |
parent | minor: reduce log chattiness of "load iar" for IARs with lots of folders (diff) | |
download | opensim-SC-1c0b4457cdcd543f04bc818a987f6e3f2311098d.zip opensim-SC-1c0b4457cdcd543f04bc818a987f6e3f2311098d.tar.gz opensim-SC-1c0b4457cdcd543f04bc818a987f6e3f2311098d.tar.bz2 opensim-SC-1c0b4457cdcd543f04bc818a987f6e3f2311098d.tar.xz |
Improve liveness by operating on list copies of SOG.Children where appropriate
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-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 e8a26b5..b5f9a8e 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | |||
@@ -349,7 +349,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
349 | public void TestLoadIarPathStartsWithSlash() | 349 | public void TestLoadIarPathStartsWithSlash() |
350 | { | 350 | { |
351 | TestHelper.InMethod(); | 351 | TestHelper.InMethod(); |
352 | log4net.Config.XmlConfigurator.Configure(); | 352 | // log4net.Config.XmlConfigurator.Configure(); |
353 | 353 | ||
354 | SerialiserModule serialiserModule = new SerialiserModule(); | 354 | SerialiserModule serialiserModule = new SerialiserModule(); |
355 | InventoryArchiverModule archiverModule = new InventoryArchiverModule(true); | 355 | InventoryArchiverModule archiverModule = new InventoryArchiverModule(true); |