Picks up gtest r314.

This commit is contained in:
zhanyong.wan
2009-09-18 18:17:19 +00:00
parent 93244dc369
commit bbd6e105e7
2 changed files with 7 additions and 3 deletions

View File

@@ -985,7 +985,7 @@ TEST(UnexpectedCallTest, UnsatisifiedPrerequisites) {
// There should be one non-fatal failure.
ASSERT_EQ(1, failures.size());
const ::testing::TestPartResult& r = failures.GetTestPartResult(0);
EXPECT_EQ(::testing::TPRT_NONFATAL_FAILURE, r.type());
EXPECT_EQ(::testing::TestPartResult::kNonFatalFailure, r.type());
// Verifies that the failure message contains the two unsatisfied
// pre-requisites but not the satisfied one.