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: Extension count

2015-10-11 Thread Dennis Roczek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Jörg, Am 11.10.2015 um 08:50 schrieb Jörg Schmidt: >> From: Dennis Roczek [mailto:dennisroc...@libreoffice.org] > >> is there a possibility to get the total number of extension listed at >> http://extensions.services.openoffice.org/ ? Maybe

Re: Extension count

2015-10-11 Thread Jörg Schmidt
> From: Dennis Roczek [mailto:dennisroc...@libreoffice.org] > is there a possibility to get the total number of extension listed at > http://extensions.services.openoffice.org/ ? Maybe listed by > category or > simply all? Are these numbers somewhere documented on a > statistics page >

review requested: [Issue 126582] When trying to access a read/only share on Sharepoint an error is shown : [Attachment 85036] Path to fix the issue

2015-10-11 Thread bugzilla
Giuseppe Castagno (aka beppec56) has asked for review: Issue 126582: When trying to access a read/only share on Sharepoint an error is shown https://bz.apache.org/ooo/show_bug.cgi?id=126582 Attachment 85036: Path to fix the issue

4.1.2_release_blocker requested: [Issue 126582] When trying to access a read/only share on Sharepoint an error is shown

2015-10-11 Thread bugzilla
Andrea Pescetti has asked for 4.1.2_release_blocker: Issue 126582: When trying to access a read/only share on Sharepoint an error is shown https://bz.apache.org/ooo/show_bug.cgi?id=126582 --- Comment #4 from Andrea Pescetti --- This is not included

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: Hello

2015-10-11 Thread Kay Schenk
On 10/10/2015 06:35 PM, Brenda Creegan wrote: > I'm already familiar with programming in VBA (creating functions > for Excel spreadsheets), but decided to switch to OpenOffice. I'm > the type who will hack away at something until I figure it out. > I've been using your wiki to learn how to use

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