Skip to content

Commit ca77858

Browse files
MarcoRossignoliMarco Rossignoli
and
Marco Rossignoli
authored
Revert "Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome (#4243) (#4246)" (#4247)
This reverts commit 6b7b112. Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
1 parent 6b7b112 commit ca77858

File tree

1 file changed

+11
-1
lines changed
  • src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel

1 file changed

+11
-1
lines changed

src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel/TestOutcome.cs

+11-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,15 @@ internal enum TestOutcome
8686
/// <summary>
8787
/// Test is in the execution queue, was not started yet.
8888
/// </summary>
89-
Pending
89+
Pending,
90+
91+
/// <summary>
92+
/// The min value of this enum
93+
/// </summary>
94+
Min = Error,
95+
96+
/// <summary>
97+
/// The max value of this enum
98+
/// </summary>
99+
Max = Pending
90100
}

0 commit comments

Comments
 (0)