Re: Fix frameworksintegration tests

2013-12-19 Thread Àlex Fiestas
On Thursday 19 December 2013 00:20:25 Alex Merry wrote: > Fix the kdeplatformplugin_unittest, which fails on Jenkins. > > The old code would attempt to cast a QVariant containing a QStringList > to a QString, and check it was empty. This value was never meant to be > empty, but the test happened

Fix frameworksintegration tests

2013-12-18 Thread Alex Merry
Fix the kdeplatformplugin_unittest, which fails on Jenkins. The old code would attempt to cast a QVariant containing a QStringList to a QString, and check it was empty. This value was never meant to be empty, but the test happened to succeed most of the time, because the case fails for multiple-e