aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-12 18:33:40 +0000
committerJustin Clark-Casey (justincc)2009-11-12 18:33:40 +0000
commitd21fc1cefb922a44eab5e789cb5ed5e03c04c2bc (patch)
tree80fd80b9a3d5e130f198083f81b58f9f823d2ed4
parentminor: remove some mono compiler warnings (diff)
downloadopensim-SC_OLD-d21fc1cefb922a44eab5e789cb5ed5e03c04c2bc.zip
opensim-SC_OLD-d21fc1cefb922a44eab5e789cb5ed5e03c04c2bc.tar.gz
opensim-SC_OLD-d21fc1cefb922a44eab5e789cb5ed5e03c04c2bc.tar.bz2
opensim-SC_OLD-d21fc1cefb922a44eab5e789cb5ed5e03c04c2bc.tar.xz
minor: for now stop iar tests spewing log messages when running testsuite
-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 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\/";