summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-11 08:53:07 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-11 08:53:07 +0000
commit9ded9f39938610aa8ed5a2f853d8ec0efd833c9a (patch)
tree378f557792c008ada5d748eaed727afd4f409551 /doc/FAQ
parent8f91b2ff40b3d554352c97c10386b0d1a038d148 (diff)
downloadcppunit-9ded9f39938610aa8ed5a2f853d8ec0efd833c9a.tar.gz
Doc/FAQ: removed question about the Exception::operator =() problem.
doc/FAQ: removed question about the Exception::operator =() problem. * release 1.8.0
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/FAQ b/doc/FAQ
index eb13655..9ebe6e6 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -29,14 +29,4 @@ do so for all configurations.
In Debug configurations, CppUnit use "Debug Multihreaded DLL".
Check that Projects/Settings.../C++/Code Generation is indeed using
the correct library.
-
-2.3) Why does the test ExceptionTest.testAssignment use to failed in CppUnit
- test suite?
-
- Thanks to Phil Taylor who gave me a partial answer, we have been able to
- figure it out. VC++ STL implementation of std::exception::operator =()
- call the destructor and copy constructor. This reset the virtual table
- to std::exception virtual table. Therefore, all consecutive call to
- the virtual method what() will call the std::exception::what() instead
- of CppUnit::Exception::what().
\ No newline at end of file