Fixed boost test

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@402 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-01-14 16:19:44 +00:00
parent 40cf39aae7
commit d3084ecc2d

View file

@ -39,7 +39,7 @@ namespace
BOOST_AUTO_TEST_CASE( some_test ) BOOST_AUTO_TEST_CASE( some_test )
{ {
MOCK_EXPECT( s1, f ).once(); MOCK_EXPECT( s1.f ).once();
} }
BOOST_AUTO_TEST_CASE( some_other_test ) BOOST_AUTO_TEST_CASE( some_other_test )