Fixed boost tests

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@646 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-05-12 08:59:04 +00:00
parent d28db33c08
commit 10073f807e
2 changed files with 42 additions and 14 deletions

View file

@ -17,9 +17,11 @@ namespace
void method_1();
float method_2( int ) const;
};
typedef base base_type;
}
BOOST_AUTO_TEST_CASE( mock_signature_generates_signature )
{
BOOST_MPL_ASSERT((
boost::is_same< void(), MOCK_SIGNATURE( method_1 ) > ));
BOOST_MPL_ASSERT((