diff options
author | David Faure <faure@kde.org> | 2015-05-01 21:12:20 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2015-05-01 21:12:20 +0200 |
commit | 87a661450b152206ab6768d1fc8e63db15dee400 (patch) | |
tree | 1d9be531a0ae4b4ec0ae5c61c907247c054f9d00 | |
parent | 42f87091bffc2f9acf96688d661bdbec2eeaf957 (diff) | |
download | kconfig-87a661450b152206ab6768d1fc8e63db15dee400.tar.gz kconfig-87a661450b152206ab6768d1fc8e63db15dee400.tar.bz2 |
implement todo
-rw-r--r-- | autotests/test_kconf_update.cpp | 3 | ||||
-rw-r--r-- | autotests/test_kconfigutils.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp index e4e2b416..86553a21 100644 --- a/autotests/test_kconf_update.cpp +++ b/autotests/test_kconf_update.cpp @@ -31,8 +31,7 @@ #include <qtest.h> -// QT5 TODO QTEST_GUILESS_MAIN(TestKConfUpdate) -QTEST_MAIN(TestKConfUpdate) +QTEST_GUILESS_MAIN(TestKConfUpdate) static void writeFile(const QString &path, const QString &content) { diff --git a/autotests/test_kconfigutils.cpp b/autotests/test_kconfigutils.cpp index b28e8e0a..0946cf8a 100644 --- a/autotests/test_kconfigutils.cpp +++ b/autotests/test_kconfigutils.cpp @@ -26,8 +26,7 @@ // Local #include "kconfigutils.h" -// QT5 TODO QTEST_GUILESS_MAIN(TestKConfigUtils) -QTEST_MAIN(TestKConfigUtils) +QTEST_GUILESS_MAIN(TestKConfigUtils) void TestKConfigUtils::testParseGroupString_data() { |