On Tue, 31 May 2011 08:22:46 +0200 Julien Nabet <[email protected]> wrote: > in smoketestoo_native, I've got this : > > officeconnection.cxx:140:Assertion > Test name: N12_GLOBAL__N_14TestE::test > setUp() failed > - equality assertion failed > - Expected: 2 > - Actual : 0
That assert waits one second with the running LO and expects to get a timeout (i.e. it tests the LO process to be running for at least a second without crashing, before starting tests). You are seeing the started instance return "too fast". It should be fixed (hopefully for all cases) with: http://cgit.freedesktop.org/libreoffice/testing/commit/?id=c414bb1dc75b3db4fa88874ff5f978e6a0d18d56 which still needs reviews: http://nabble.documentfoundation.org/REVIEW-3-4-REVIEW-3-4-0-use-nologo-to-prevent-oosplash-smoketest-hangs-td3005829.html Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
