diff options
author | Justin Clark-Casey (justincc) | 2012-05-17 01:27:59 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-17 01:27:59 +0100 |
commit | bdcf2d1348c6770a42a91ca5b3c7d74d2307b0c1 (patch) | |
tree | c1f43085c38c7f1be190523d9ab261b6a51495e0 /OpenSim/Tests/Common | |
parent | Remove redundant "Teleport failed:" from reason when QueryAccess fails for th... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Tests/Common/TestHelpers.cs | 2 |
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>"))); |