Replaced object tags with better logs

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@68 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2009-12-08 21:52:08 +00:00
parent 6ff9fc5564
commit a21ded7948
6 changed files with 69 additions and 79 deletions

View file

@ -243,10 +243,6 @@ namespace
struct fixture
{
fixture()
{
manager.tag( "(the only one)" );
}
my_mock_manager manager;
my_mock_observer observer;
};