Op donderdag 08 september 2005 0:00, schreef David Faure: > On Wednesday 07 September 2005 17:25, Wilco Greven wrote: > > +void KStringHandlerTest::word() > > +void KStringHandlerTest::insword() > > +void KStringHandlerTest::setword() > > +void KStringHandlerTest::remrange() > > +void KStringHandlerTest::remword() > > Thanks a lot for the conversion. Check the output of the test though, I > don't think those tests are run, since QtTestLib looks for private slots > whose name starts with "test". AFAICS these tests are being run. See the following output: ********* Start testing of KStringHandlerTest ********* Config: Using QtTest library 2.0.0, Qt 4.0.1 PASS : KStringHandlerTest::initTestCase() PASS : KStringHandlerTest::word() PASS : KStringHandlerTest::insword() PASS : KStringHandlerTest::setword() PASS : KStringHandlerTest::remrange() PASS : KStringHandlerTest::remword() PASS : KStringHandlerTest::capwords() PASS : KStringHandlerTest::reverse() PASS : KStringHandlerTest::center() PASS : KStringHandlerTest::tagURLs() PASS : KStringHandlerTest::cleanupTestCase() Totals: 11 passed, 0 failed, 0 skipped ********* Finished testing of KStringHandlerTest *********