Re: Fwd: Unittests: kcalendartest.cpp

2012-12-14 Thread David Faure
> Note that ktoolbar_unittest and khtmlparttest passes for me. khtmlparttest was as I suspected, fixed by a clean build. ktoolbar_unittest should fail with Qt5, and work with Qt4... unless maybe there was a very recent fix in Qt5 which I don't have. I'll investigate that another day. > Taking a

Re: Fwd: Unittests: kcalendartest.cpp

2012-12-14 Thread Jon Severinsson
At Friday 14 December 2012 15:07:26 David Faure wrote: > The fix for all the kio-related tests is to > export QT_PLUGIN_PATH=$PREFIX/lib/plugins > (or lib64 if you're using that) Thanks, that helps, but unfortunately it isn't enough :( 88% tests passed, 14 tests failed out of 120 Total Test time

Re: Fwd: Unittests: kcalendartest.cpp

2012-12-14 Thread Chusslove Illich
> [: Jon Severinsson :] > The problem is that round tripping readDate() and formatDate() no longer > work when Hebrew numbers are involved. I have isolated the cause down to > the ki18n split. If I revert the split [1] then this test passes on Qt4. I > have yet to isolate the actuall change that ca

Re: Fwd: Unittests: kcalendartest.cpp

2012-12-14 Thread David Faure
On Friday 14 December 2012 14:53:38 Jon Severinsson wrote: > 84 - kio-jobtest (Failed) The fix for all the kio-related tests is to export QT_PLUGIN_PATH=$PREFIX/lib/plugins (or lib64 if you're using that) before starting kdeinit5. I'm down to a much smaller number of failing tests than you

Re: Fwd: Unittests: kcalendartest.cpp

2012-12-14 Thread Jon Severinsson
At Thursday Monday 26 November 2012, 10:47:48 David Faure wrote: > One failure with Qt4: > > FAIL! : KCalendarTest::testHebrewStrings() Compared values are not the same >Actual (calendar->readDate(calendar->formatDate(testDate, > KLocale::LongDate), KLocale::NormalFormat)): Invalid QDate >

Re: add_library NO_PREFIX

2012-12-14 Thread Kevin Ottens
On Wednesday 12 December 2012 22:22:28 Alexander Neundorf wrote: > On Wednesday 12 December 2012, Kevin Ottens wrote: > > On Wednesday 12 December 2012 21:27:28 Alexander Neundorf wrote: > > > On Monday 10 December 2012, Kevin Ottens wrote: > > > > On Monday 03 December 2012 21:57:05 Kevin Ottens w