Google Test migration - the conclusion

2015-10-11 Thread Damjan Jovanovic
Hi So I've migrated the vast majority of cppunit unit tests to Google Test, and completely removed cppunit from our tree (no --with-system-cppunit option to configure, no dmake makefile, no gbuild script, nothing). There is a few last remaining tests using cppunit or otherwise problematic, but

Re: Google Test migration - the conclusion

2015-10-11 Thread Pedro Giffuni
Hi Damjan; First of all, thank you for the hard work. It has proven very useful so far: I was looking at bringing parts of the illumos port and the tests caught up some issues that would have caused insane trouble. About 8. main/xmlsecurity/qa/certext neon was, of course, replaced with serf. I

Re: Google Test migration - the conclusion

2015-10-11 Thread Kay Schenk
On 10/11/2015 01:45 AM, Damjan Jovanovic wrote: > Hi > > So I've migrated the vast majority of cppunit unit tests to Google > Test, and completely removed cppunit from our tree (no > --with-system-cppunit option to configure, no dmake makefile, no > gbuild script, nothing). There is a few last