fatfatfat - 2006-11-22

Hi,everybody, now when i have a failed condition like CPPUNIT_ASSERT( 1!=2 ), but when the program run to here it will terminate, and the printed text in the screen is Abort.

So how can i let program run to the end without abort, and print which condition failed in the screen? Thanks for your reply:)

I'm a newbie..........