[Cppunit-devel] VC++ : Why does the test ExceptionTest.testAssignment failed in CppUnit test?
Brought to you by:
blep
From: Kirwan, A. <AK...@CA...> - 2002-01-17 02:32:01
|
Hi guys, =20 I'm writing to you on the off chance that you haven't yet figured out = why the test fails. I recently downloaded the suite, and hated the fact = that it didn't run all the tests when it should have. I mean, what = confidence can you have in the thing when the first time you try it = doesn't work properly? Anyway, I've been able to discover that for some = reason probably only known to MS, the checkIsSame method calls the base = class std::exception.what instead of CppUnit::Exception.what, which is = overridden. The hack that I am using for now in to rename what to What. = Hope that this info is of use to you. =20 Regards, =20 Anthony Kirwan. |