Changelog for
libgmock0-1.7.0-2.1.x86_64.rpm :
Fri Sep 2 14:00:00 2016 mmnelemaneAATTsuse.com
- Correct unresolved dependency
* Changed BuildRequires gtest-devel to googletest-devel(OBS name)
Tue Aug 25 14:00:00 2015 tbechtoldAATTsuse.com
- update to 1.7.0
* New feature: death tests are supported on OpenBSD and in iOS
simulator now.
* New feature: Google Test now implements a protocol to allow
a test runner to detect that a test program has exited
prematurely and report it as a failure (before it would be
falsely reported as a success if the exit code is 0).
* New feature: Test::RecordProperty() can now be used outside of the
lifespan of a test method, in which case it will be attributed to
the current test case or the test program in the XML report.
* New feature (potentially breaking): --gtest_list_tests now prints
the type parameters and value parameters for each test.
* Improvement: char pointers and char arrays are now escaped properly
in failure messages.
* Improvement: failure summary in XML reports now includes file and
line information.
* Improvement: the
XML element now has a timestamp attribute.
* Improvement: When --gtest_filter is specified, XML report now doesn\'t
contain information about tests that are filtered out.
* Fixed the bug where long --gtest_filter flag values are truncated in
death tests.
* Potentially breaking change: RUN_ALL_TESTS() is now implemented as a
function instead of a macro in order to work better with Clang.
* Compatibility fixes with C++ 11 and various platforms.
* Bug/warning fixes.
Tue Aug 21 14:00:00 2012 chenxiaolongAATTcxl.epac.to
- initial packaging (1.6.0)