Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-07-30 00:08:58 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-07-30 00:08:58 +0300
commita5bcb02740e10e975e3d78955788e46c5210cf11 (patch)
tree7d9a567eca7ede48debff4094a9addb1166b7261 /main/tests/UnitTests/MonoDevelop.Core
parent65e1e34dab41c9530210028adedb4decc89507ee (diff)
[Core] Use LCD for stacktrace line in tests.
Diffstat (limited to 'main/tests/UnitTests/MonoDevelop.Core')
-rw-r--r--main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs b/main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs
index 9c9820c029..a8971931dd 100644
--- a/main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs
+++ b/main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs
@@ -43,7 +43,7 @@ namespace MonoDevelop.Core
string[] exceptionMessage = new[] {
"This is a log message",
"System.Exception: Exception of type 'System.Exception' was thrown.",
- "at MonoDevelop.Core.LoggingServiceTests.TestSimpleLogging (LogLevel level, System.String methodName)", // [0x000c7] in /path/to/monodevelop/main/tests/UnitTests/MonoDevelop.Core/LoggingServiceTests.cs:LINENO
+ "at MonoDevelop.Core.LoggingServiceTests.TestSimpleLogging", // This line is different on .NET and Mono, so use least common denominator.
"Exception Data:",
"key: value",
"key2: value2"