From f43e4ff3ad12ace9d423cc3ce02feadb8f24fe67 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Thu, 17 Sep 2009 19:12:30 +0000 Subject: Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev). --- samples/sample9_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/sample9_unittest.cc') diff --git a/samples/sample9_unittest.cc b/samples/sample9_unittest.cc index 50ac9415..8ef70c7c 100644 --- a/samples/sample9_unittest.cc +++ b/samples/sample9_unittest.cc @@ -105,7 +105,7 @@ class TersePrinter : public EmptyTestEventListener { } // Called after a failed assertion or a SUCCESS(). - virtual void OnNewTestPartResult(const TestPartResult& test_part_result) { + virtual void OnTestPartResult(const TestPartResult& test_part_result) { fprintf(stdout, "%s in %s:%d\n%s\n", test_part_result.failed() ? "*** Failure" : "Success", -- cgit v1.2.3