summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2014-10-10 12:03:21 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2014-11-04 11:37:28 +0100
commit120368e321b01bcfd5859e21f36706dd8349cb05 (patch)
tree363a05578eab1630212246d0a875ae8351fab46c /tests
parentc6ae7c8a44d2dc6b0c4479ce4d965c364c2218ee (diff)
Fix the uninstaller calculator
Don't include dependencies which were not installed before. Fix the "Cascade dependencies" test of "solver". Change-Id: I807503840af5c841cde89fdbbfc3f6932d4787b8 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/solver/tst_solver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/installer/solver/tst_solver.cpp b/tests/auto/installer/solver/tst_solver.cpp
index 60fb40b1b..83f577bdf 100644
--- a/tests/auto/installer/solver/tst_solver.cpp
+++ b/tests/auto/installer/solver/tst_solver.cpp
@@ -247,9 +247,7 @@ private slots:
calc.appendComponentsToUninstall(selectedToUninstall);
QSet<Component *> result = calc.componentsToUninstall();
- QEXPECT_FAIL("Cascade dependencies", "Will be fixed in upcomming commit", Continue);
QCOMPARE(result.count(), expectedResult.count());
- QEXPECT_FAIL("Cascade dependencies", "Will be fixed in upcomming commit", Continue);
QCOMPARE(result, expectedResult);
delete core;
}