I've checked both version 1.8 and 1.9.11 on Linux and both don't seem to handle CPPUNIT_TEST_EXCEPTION correctly.
cppunit always prints 'uncaught exception of unknown type' regards of whether I use a standard exception and throw that, or create my own.
I'm sure I'm doing something wrong but can't work out what!
Can anyone help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've checked both version 1.8 and 1.9.11 on Linux and both don't seem to handle CPPUNIT_TEST_EXCEPTION correctly.
cppunit always prints 'uncaught exception of unknown type' regards of whether I use a standard exception and throw that, or create my own.
I'm sure I'm doing something wrong but can't work out what!
Can anyone help?
I get this if I use a pointer to a pointer. I don't know why....
Regs,
Frans