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() { }