diff options
Diffstat (limited to 'OpenSim')
-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 99d02c4..ed3ed18 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | |||
@@ -293,7 +293,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
293 | public void TestIarV0_1WithEscapedChars() | 293 | public void TestIarV0_1WithEscapedChars() |
294 | { | 294 | { |
295 | TestHelper.InMethod(); | 295 | TestHelper.InMethod(); |
296 | log4net.Config.XmlConfigurator.Configure(); | 296 | // log4net.Config.XmlConfigurator.Configure(); |
297 | 297 | ||
298 | string itemName = "You & you are a mean/man/"; | 298 | string itemName = "You & you are a mean/man/"; |
299 | string humanEscapedItemName = @"You & you are a mean\/man\/"; | 299 | string humanEscapedItemName = @"You & you are a mean\/man\/"; |