File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/Microsoft.TestPlatform.Acceptance.IntegrationTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void MSBuildLoggerCanBeEnabledByBuildPropertyAndDoesNotEatSpecialChars(Ru
3333 // C:\Users\nohwnd\AppData\Local\Temp\vstest\xvoVt\UnitTest1.cs(41): error VSTEST1: (FailingTest) SampleUnitTestProject.UnitTest1.FailingTest() Assert.AreEqual failed. Expected:<2>. Actual:<3>. [C:\Users\nohwnd\AppData\Local\Temp\vstest\xvoVt\SimpleTestProject.csproj::TargetFramework=net462]
3434 // C:\Users\nohwnd\AppData\Local\Temp\vstest\xvoVt\UnitTest1.cs(41): error VSTEST1: (FailingTest) SampleUnitTestProject.UnitTest1.FailingTest() Assert.AreEqual failed. Expected:<2>. Actual:<3>. [C:\Users\nohwnd\AppData\Local\Temp\vstest\xvoVt\SimpleTestProject.csproj::TargetFramework=netcoreapp3.1]
3535
36- StdOutputContains ( "error VSTEST1 : FailingTest (" ) ;
36+ StdOutputContains ( "error TESTERROR : FailingTest (" ) ;
3737 StdOutputContains ( "): Error Message: Assert.AreEqual failed. Expected:<ğğğ𦮙我們剛才從𓋴𓅓𓏏𓇏𓇌𓀀>. Actual:<not the same>." ) ;
3838 StdOutputContains ( "at TerminalLoggerUnitTests.UnitTest1.FailingTest() in" ) ;
3939 // We are sending those as low prio messages, they won't show up on screen but will be in binlog.
You can’t perform that action at this time.
0 commit comments