Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(310)

Unified Diff: test/gtest_unittest.cc

Issue 4801066: First draft: issue 311: need a way to resume from the TEST that crashed Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/gtest_shuffle_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/gtest_unittest.cc
===================================================================
--- test/gtest_unittest.cc (revision 587)
+++ test/gtest_unittest.cc (working copy)
@@ -259,6 +259,7 @@
static void ClearCurrentTestPartResults() {
TestResultAccessor::ClearTestPartResults(
GetUnitTestImpl()->current_test_result());
+ GetUnitTestImpl()->current_test_runner()->ClearCurrentTestPartResults();
}
// Tests GetTypeId.
« no previous file with comments | « test/gtest_shuffle_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b