mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed typo in changelog
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@584 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
94b23827fd
commit
b21790be27
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ Released 25 May 2012
|
||||||
* Changed MOCK_EXPECT syntax to MOCK_EXPECT( object.tag ) and MOCK_EXPECT( functor )
|
* Changed MOCK_EXPECT syntax to MOCK_EXPECT( object.tag ) and MOCK_EXPECT( functor )
|
||||||
* Changed MOCK_RESET syntax to MOCK_RESET( object.tag ) and MOCK_RESET( functor )
|
* Changed MOCK_RESET syntax to MOCK_RESET( object.tag ) and MOCK_RESET( functor )
|
||||||
* Changed MOCK_VERIFY syntax to MOCK_VERIFY( object.tag ) and MOCK_VERIFY( functor )
|
* Changed MOCK_VERIFY syntax to MOCK_VERIFY( object.tag ) and MOCK_VERIFY( functor )
|
||||||
* Replaced object.verify() with mock::verify( instance )
|
* Replaced object.verify() with mock::verify( object )
|
||||||
* Replaced object.reset() with mock::reset( instance )
|
* Replaced object.reset() with mock::reset( object )
|
||||||
* Added MOCK_FUNCTION, MOCK_STATIC_METHOD and MOCK_STATIC_METHOD_TPL
|
* Added MOCK_FUNCTION, MOCK_STATIC_METHOD and MOCK_STATIC_METHOD_TPL
|
||||||
* Removed all std::string to spare unnecessary memory allocations
|
* Removed all std::string to spare unnecessary memory allocations
|
||||||
* Wrapped constraints parameters with boost::addressof where needed in order to support types with overloaded operator &
|
* Wrapped constraints parameters with boost::addressof where needed in order to support types with overloaded operator &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue