aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.cpp
AgeCommit message (Expand)Author
2015-11-09In KConfigTest::testEntryMap, convert QByteArray with nulls using a char *Matthew Dawson
2015-08-19unittest fix: compare floats/doubles rather than strings-made-from-floats/dou...David Faure
2015-05-01disable xdg-specific test on osxDavid Faure
2014-07-01Fix compiler warning due to undefined macroAlex Richardson
2014-07-01Fix reading of XDG style semicolon separated lists with escaped ';'Alex Richardson
2014-07-01Fix unittest: must sync in main thread for other threads to see the changesDavid Faure
2014-07-01KSharedConfig: move mainConfig and wasTestEnabled to the thread storage.David Faure
2014-06-27Fix build on Visual C++ 2010.Nicolás Alvarez
2014-06-12Fix locale-aware reading in KDesktopFileMartin Gräßlin
2014-05-26REVIEW: 118039Thomas Braxton
2014-05-07Apparently calling readAll() on the temporary file doesn't workAlex Richardson
2014-05-07Test that kconfig always uses native line endings in the created filesAlex Richardson
2014-03-05kconfigtest: write everything into a subdirectoryAlex Richardson
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI