Skip to content

Commit 7d7d8a1

Browse files
committed
revert not related changes
1 parent daaef85 commit 7d7d8a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.TestPlatform.CommunicationUtilities/JsonDataSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private JsonDataSerializer()
4747
// MemoryTraceWriter can help diagnose serialization issues. Enable it for
4848
// debug builds only.
4949
// Note that MemoryTraceWriter is not thread safe, please don't use it in parallel
50-
// test run. See https://github.com/JamesNK/Newtonsoft.Json/issues/1279
50+
// test runs. See https://github.com/JamesNK/Newtonsoft.Json/issues/1279
5151
payloadSerializer.TraceWriter = new MemoryTraceWriter();
5252
payloadSerializer2.TraceWriter = new MemoryTraceWriter();
5353
#endif

src/Microsoft.TestPlatform.CrossPlatEngine/Adapter/FrameworkHandle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public FrameworkHandle(ITestCaseEventsHandler testCaseEventsHandler, ITestRunCac
5959

6060

6161
/// <summary>
62-
/// Give a hint to the execution framework to enable the shutdown of execution process after the test run is complete. This should be used only in out of process test run when IRunContext.KeepAlive is true
62+
/// Give a hint to the execution framework to enable the shutdown of execution process after the test run is complete. This should be used only in out of process test runs when IRunContext.KeepAlive is true
6363
/// and should be used only when absolutely required as using it degrades the performance of the subsequent run.
6464
/// It throws InvalidOperationException when it is attempted to be enabled when keepAlive is false.
6565
/// </summary>

0 commit comments

Comments
 (0)