Unhandled exception when CPPUNIT_ASSERT fail
Brought to you by:
blep
If CPPUNIT_ASSERT fail the test terminates due to an unhandled exception.
---
terminate called after throwing an instance of 'CppUnit::Exception'
what(): assertion failed
- Expression: false
---
Environment: cygwin, NetBeans 6.8
Could be the same problem as reported in the forum https://sourceforge.net/projects/cppunit/forums/forum/37108/topic/2110933
Minimal c++ program causing the problem