From kde-commits Sat Dec 31 16:35:09 2016 From: Albert Astals Cid Date: Sat, 31 Dec 2016 16:35:09 +0000 To: kde-commits Subject: [plasma-integration] autotests: Is it taking too much in other tests and not in the testSaveOverwrit Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=148320211907418 Git commit 8fc7c0846ebed7dc504fc5996792ef0ca0eaf161 by Albert Astals Cid. Committed on 31/12/2016 at 16:34. Pushed by aacid into branch 'master'. Is it taking too much in other tests and not in the testSaveOverwrite one? M +5 -0 autotests/kfiledialog_unittest.cpp https://commits.kde.org/plasma-integration/8fc7c0846ebed7dc504fc5996792ef0c= a0eaf161 diff --git a/autotests/kfiledialog_unittest.cpp b/autotests/kfiledialog_uni= ttest.cpp index f71950c..2b83ab5 100644 --- a/autotests/kfiledialog_unittest.cpp +++ b/autotests/kfiledialog_unittest.cpp @@ -40,6 +40,11 @@ private Q_SLOTS: qputenv("KDE_FORK_SLAVES", "yes"); } = + void init() + { + qDebug() << QDateTime::currentDateTime() << "INIT"; + } + void cleanupTestCase() { }