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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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