summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-05 17:17:12 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-05 15:17:36 +0000
commitdc238c7ef47610e3c5490646755928cdf8d961e8 (patch)
tree9dbb885378e87694838de566b1a963b47f91511a /tests/environmentvariable
parentaeb130a607e559c313eb3164ee4ded09993051d9 (diff)
Fix broken auto-tests.
Still tst_PackageManagerCore is failing, though did so before this change too. Change-Id: Ib1f7bddb597676c58d00ff52d42ff7c9c7ba8ecd Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'tests/environmentvariable')
-rw-r--r--tests/environmentvariable/environmentvariabletest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/environmentvariable/environmentvariabletest.cpp b/tests/environmentvariable/environmentvariabletest.cpp
index 806b8f736..d82098680 100644
--- a/tests/environmentvariable/environmentvariabletest.cpp
+++ b/tests/environmentvariable/environmentvariabletest.cpp
@@ -37,8 +37,6 @@
#include "init.h"
-#include <kdupdaterapplication.h>
-
#include <QDir>
#include <QDirIterator>
#include <QFileInfo>
@@ -55,7 +53,6 @@ void EnvironmentVariableTest::testPersistentNonSystem()
#ifndef Q_OS_WIN
QSKIP("This operation only works on Windows");
#endif
- KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");
QString value = QLatin1String("IFW_TestValue");
QInstaller::EnvironmentVariableOperation op;
@@ -84,7 +81,6 @@ void EnvironmentVariableTest::testNonPersistentNonSystem()
#ifndef Q_OS_WIN
QSKIP("This operation only works on Windows");
#endif
- KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");
QString value = QLatin1String("IFW_TestValue");
QInstaller::EnvironmentVariableOperation op;