Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev).

This commit is contained in:
zhanyong.wan
2009-12-01 19:42:25 +00:00
parent 19eb9e9e3d
commit f6d6a22b8e
7 changed files with 27 additions and 25 deletions

View File

@@ -123,7 +123,7 @@ inline To down_cast(From* f) { // so we only accept pointers
// completely.
if (false) {
const To to = NULL;
implicit_cast<From*>(to);
::testing::internal::implicit_cast<From*>(to);
}
#if GTEST_HAS_RTTI