[Libreoffice] howto for getting non-trivial cppunit tests up and running

Caolán McNamara caolanm at redhat.com
Fri Nov 26 07:32:48 PST 2010


On Mon, 2010-11-01 at 10:58 +0000, Caolán McNamara wrote:
> On Thu, 2010-10-28 at 13:21 +0100, Caolán McNamara wrote:
> > Hmm, sort of looks like the underlying cppu stuff, or something it uses,
> > got pulled out from under it during the test. I don't think it could
> > have gotten that far for the uno::sequence dtor (which looks up the type
> > of its argument) to blow up without the type system working earlier.
> 
> I'll have another blast at this, this time only for Linux and copying
> the rdb files. I'd like to see if it passes in the buildbot anyway.

Tracked down this problem a while ago and fixed it. Had a chance to see
why these were failing under windows and it simply boils down that
elements in STAR_RESOURCEPATH need to be separated with ; instead of :
on windows.

Enabled the sc cppunit test by default for all platforms again after
fixing that. Feel free to disable the test if it fails on some platform
and let me know.

C.



More information about the LibreOffice mailing list