Hi Julien,

I'm too busy right now, but i tried to see what is happening. Look the error
message, it refers to
/libo/clone/testing/test/source/cpp/officeconnection.cxx with this
assertion:

            CPPUNIT_ASSERT_EQUAL(
                osl_Process_E_TimedOut,
                osl_joinProcessWithTimeout(process_, &delay));

I think there are two missed headers, namely:

#include "cppunit/TestAssert.h"
#include "osl/process.h"

I didn't found them in the LibreOffice tree. You have to understand what is
the goal of that assertion and fix it yourself. Perhaps you'll have to turn
back to life the headers i mentioned using Git magic. :-)

Regards,
Júlio.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to