Skip to content

Commit

Permalink
Fix result reporting for R# (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart authored May 6, 2019
1 parent a136cea commit dd06d65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private static TestResult ConverResultToTestResult(TestCase testCase, Result res
TestResult testResult = new TestResult(testCase) {
ComputerName = Environment.MachineName,
Outcome = MapSpecificationResultToTestOutcome(result),
DisplayName = testCase.DisplayName
};

if (result.Exception != null)
Expand Down

0 comments on commit dd06d65

Please sign in to comment.