summaryrefslogtreecommitdiffstats
path: root/pactest/tests/sync405.py
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2010-05-17 02:33:28 +0200
committerDan McGee <dan@archlinux.org>2010-05-18 18:33:00 +0200
commiteada558e12da1fd605d8c7401ec3c17a37fed9a9 (patch)
treee6f20cb33c4a1a110c8fe4ba65a6dcbd2de89084 /pactest/tests/sync405.py
parentc6f0fc27eda31943e10e2a89e221796efb87dce9 (diff)
downloadpacman-eada558e12da1fd605d8c7401ec3c17a37fed9a9.tar.gz
pacman-eada558e12da1fd605d8c7401ec3c17a37fed9a9.tar.xz
Partial fix for the phonon/qt issue
This patch fixes the phonon/qt issue, if all to-be-upgraded packages are explicit targets (ie. only not-yet-installed packages are pulled by resolvedeps). This condition covers the most common situations, for example it should hold with every -Su operation. After this patch sync405.py passes, but sync406.py doesn't. The work is inspired by the patch of Henning Garus, thanks for his work: http://mailman.archlinux.org/pipermail/pacman-dev/2010-February/010429.html (I moved the alpm_list_diff computation to sync.c in order to compute it only once.) Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/sync405.py')
-rw-r--r--pactest/tests/sync405.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pactest/tests/sync405.py b/pactest/tests/sync405.py
index d170cec8..941a1af4 100644
--- a/pactest/tests/sync405.py
+++ b/pactest/tests/sync405.py
@@ -22,5 +22,3 @@ self.addrule("PKG_EXIST=kdelibs")
self.addrule("PKG_EXIST=qt")
self.addrule("PKG_EXIST=phonon")
self.addrule("PKG_VERSION=qt|4.6.1-1")
-
-self.expectfailure = True