aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/TestHelpers.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-17 01:27:59 +0100
committerJustin Clark-Casey (justincc)2012-05-17 01:27:59 +0100
commitbdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1 (patch)
treec1f43085c38c7f1be190523d9ab261b6a51495e0 /OpenSim/Tests/Common/TestHelpers.cs
parentRemove redundant "Teleport failed:" from reason when QueryAccess fails for th... (diff)
downloadopensim-SC_OLD-bdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1.zip
opensim-SC_OLD-bdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1.tar.gz
opensim-SC_OLD-bdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1.tar.bz2
opensim-SC_OLD-bdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1.tar.xz
Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails()
Diffstat (limited to 'OpenSim/Tests/Common/TestHelpers.cs')
-rw-r--r--OpenSim/Tests/Common/TestHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/TestHelpers.cs b/OpenSim/Tests/Common/TestHelpers.cs
index 6744fca..a241a3c 100644
--- a/OpenSim/Tests/Common/TestHelpers.cs
+++ b/OpenSim/Tests/Common/TestHelpers.cs
@@ -61,7 +61,7 @@ namespace OpenSim.Tests.Common
61 private static Stream DisableLoggingConfigStream 61 private static Stream DisableLoggingConfigStream
62 = new MemoryStream( 62 = new MemoryStream(
63 Encoding.UTF8.GetBytes( 63 Encoding.UTF8.GetBytes(
64 // "<?xml version=\"1.0\" encoding=\"utf-8\" ?><configuration><log4net><root><level value=\"OFF\"/><appender-ref ref=\"A1\"/></root></log4net></configuration>"))); 64// "<?xml version=\"1.0\" encoding=\"utf-8\" ?><configuration><log4net><root><level value=\"OFF\"/><appender-ref ref=\"A1\"/></root></log4net></configuration>"));
65 //"<?xml version=\"1.0\" encoding=\"utf-8\" ?><configuration><log4net><root><level value=\"OFF\"/></root></log4net></configuration>"))); 65 //"<?xml version=\"1.0\" encoding=\"utf-8\" ?><configuration><log4net><root><level value=\"OFF\"/></root></log4net></configuration>")));
66// "<configuration><log4net><root><level value=\"OFF\"/></root></log4net></configuration>")); 66// "<configuration><log4net><root><level value=\"OFF\"/></root></log4net></configuration>"));
67// "<configuration><log4net><root></root></log4net></configuration>"))); 67// "<configuration><log4net><root></root></log4net></configuration>")));