Avoid to create config file in .config

wilder-work
Montel Laurent 9 years ago
parent 15a923a8de
commit f67fba5eaf
  1. 3
      agents/archivemailagent/autotests/archivemaildialogtest.cpp
  2. 2
      agents/archivemailagent/autotests/archivemailinfotest.cpp

@ -22,10 +22,11 @@
#include <qtest.h>
#include <QTreeWidget>
#include "../archivemailwidget.h"
#include <QStandardPaths>
ArchiveMailDialogTest::ArchiveMailDialogTest(QObject *parent)
: QObject(parent)
{
QStandardPaths::setTestModeEnabled(true);
}
ArchiveMailDialogTest::~ArchiveMailDialogTest()

@ -23,10 +23,12 @@
#include <qtest.h>
#include <KConfigGroup>
#include <KSharedConfig>
#include <QStandardPaths>
ArchiveMailInfoTest::ArchiveMailInfoTest(QObject *parent)
: QObject(parent)
{
QStandardPaths::setTestModeEnabled(true);
}
ArchiveMailInfoTest::~ArchiveMailInfoTest()

Loading…
Cancel
Save