MikeG - 2006-07-26

Hi All,

I created an XCode generated cppunit test library and an XCode version of the simple test example.  When I run this from XCode, the testDivideByZero test generates an EXC_ARITHMETIC signal that stops XCode.  Shouldn't this be caught by the DefaultProtector?

When I run from the command line and not XCode, I get 'ExampleTestCase::testDivideByZeroFloating point exception'

Any ideas?

Thanks,
-Mike