Fixed errors tests

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@388 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-10-10 21:43:48 +00:00
parent f6e0916dbd
commit 7248b2867b
5 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ namespace
{
MOCK_CLASS( my_class )
{
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
};
void test_case()
{

View file

@ -12,7 +12,7 @@ namespace
{
MOCK_CLASS( my_class )
{
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
};
void test_case()
{

View file

@ -12,7 +12,7 @@ namespace
{
MOCK_CLASS( my_class )
{
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
};
struct custom_constraint
{

View file

@ -12,7 +12,7 @@ namespace
{
MOCK_CLASS( my_class )
{
MOCK_METHOD_EXT( my_method, 0, std::string(), my_method )
MOCK_METHOD_EXT( my_method, 0, std::string(), my_method )
};
void test_case()
{

View file

@ -12,7 +12,7 @@ namespace
{
MOCK_CLASS( my_class )
{
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
};
void test_case()
{