[mono/monodevelop] 4fa222a6: [NUnit TestSuite] Provide better exception data.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <0000014213af79dd-9f6bebe9-ec19-4d85-bef8-a04c57414515-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/fd6e7650629d...4fa222a6b78d
Commit: 4fa222a6b78dbd9d2f1d3ea720ef81832f9f30cf
Author: Therzok <[email protected]> (Therzok)
Date: 2013-11-01 12:40:46 GMT
URL: https://github.com/mono/monodevelop/commit/4fa222a6b78dbd9d2f1d3ea720ef81832f9f30cf
[NUnit TestSuite] Provide better exception data.
Changed paths:
M main/src/addins/NUnit/Services/NUnitAssemblyTestSuite.cs
Modified: main/src/addins/NUnit/Services/NUnitAssemblyTestSuite.cs
===================================================================
@@ -433,7 +433,7 @@ internal UnitTestResult RunUnitTest (UnitTest test, string suiteName, string pat
RuntimeErrorCleanup (testContext, localMonitor.RunningTest, ex);
} else {
testContext.Monitor.ReportRuntimeError (null, ex);
- throw ex;
+ throw;
}
result = UnitTestResult.CreateFailure (ex);
} else {
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches