未验证 提交 3fb4014b 编写于 作者: M Mark Plesko 提交者: GitHub

Fix "Passed test" output

上级 44e63d4a
......@@ -140,7 +140,7 @@ public void ReportStartingTest(string name, TextWriter outTw)
var result = new TestResult(name, containingTypeName, methodName, duration, null, null, output);
_testResults.Add(result);
outTw.WriteLine($"{0:HH:mm:ss.fff} Passed test: {1}", System.DateTime.Now, name);
outTw.WriteLine("{0:HH:mm:ss.fff} Passed test: {1}", System.DateTime.Now, name);
statsCsvSw.WriteLine($"{TotalTests},{PassedTests},{FailedTests},{SkippedTests}");
tempLogSw.WriteLine(result.ToXmlString());
outTw.Flush();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册