Greetings,

        Is there a patch or feature set change planned such that all the 
"Unhandled exception in ..." messages would also include the what() of the 
actual underlying exception? It is a common case for me that one of the macro 
arguments throws and then I need to change CHECK_EQUAL (A, B) into 

bool b  = A == B;
CHECK (b);

to see the helpful info. It would be nice not to have to do that.


Thanks,
Vlad
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to