23 Jun
2007
23 Jun
'07
3:04 a.m.
"Ewgenij Sokolovski"
I have written a small example test case and included throwing of an uncaught exception in it:
try{ throw "blub"; } catch(char* ex){ throw; }
As I started the testing process I didn't get a "blub"-Exception message, but
Boost.Test internal framework error: unknown reason
So, what's wrong? Why is "blub" not reported as "blub"? Can anybody explain that?
1. Please provide a complete example 2. What version of boost r u using? Gennadiy