Re: [Cppunit-devel] Question
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-05-03 22:27:28
|
QuestionDid you enable RTTI as indicated in the FAQ ? Notes that it is = no longer required in version 1.9.6. Baptiste. ----- Original Message -----=20 From: Nikiforov, Andrei=20 To: 'cpp...@li...'=20 Sent: Thursday, May 02, 2002 5:25 PM Subject: [Cppunit-devel] Question Hi everybody,=20 I tried for the first time to use Cpptest framework ver 1.8.0.=20 1. The application like HostApp was created.=20 2. No compilation errors.=20 3.When I tried to "Browse" I have exception.=20 I found that if I do not register a fixture the Tree is OK (you can = see the test case root)=20 and there is no exception.=20 CPPUNIT_TEST_SUITE( MasterTestCase );=20 // CPPUNIT_TEST( example );=20 CPPUNIT_TEST_SUITE_END();=20 What did I do wrong?=20 Thank you in advance,=20 Andrei Nikiforov=20 |