git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@339 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-20 08:45:24 +00:00
parent 9025ff2f0d
commit c1cf7e30bc

View file

@ -92,7 +92,7 @@ namespace mock
{ {
~cleanup() ~cleanup()
{ {
//mock::verify(); // $$$$ MAT : because of a bug in Boost.Test this will crash anything needs to be logged //mock::verify(); // $$$$ MAT : because of a bug in Boost.Test this will crash if anything needs to be logged
mock::reset(); mock::reset();
} }
}; };