From 5a247ccbd4953e9bdd383ad30ca90ed740c9db3d Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 16 Sep 2012 12:53:40 -0400 Subject: Fix overzealous package removal with unmet dependencies Signed-off-by: Andrew Gregory [Allan: Remove expected failure from fixed pactests] Signed-off-by: Allan McRae --- test/pacman/tests/sync140.py | 2 -- test/pacman/tests/sync141.py | 2 -- test/pacman/tests/unresolvable001.py | 2 -- 3 files changed, 6 deletions(-) (limited to 'test') diff --git a/test/pacman/tests/sync140.py b/test/pacman/tests/sync140.py index d20da985..ce21cc33 100644 --- a/test/pacman/tests/sync140.py +++ b/test/pacman/tests/sync140.py @@ -24,5 +24,3 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_VERSION=glibc|1.0-1") self.addrule("PKG_VERSION=gcc-libs|1.0-1") self.addrule("PKG_VERSION=pcre|1.0-2") - -self.expectfailure = True diff --git a/test/pacman/tests/sync141.py b/test/pacman/tests/sync141.py index b2c996eb..f2f01364 100644 --- a/test/pacman/tests/sync141.py +++ b/test/pacman/tests/sync141.py @@ -24,5 +24,3 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_VERSION=c_glibc|1.0-1") self.addrule("PKG_VERSION=b_gcc-libs|1.0-1") self.addrule("PKG_VERSION=a_pcre|1.0-2") - -self.expectfailure = True diff --git a/test/pacman/tests/unresolvable001.py b/test/pacman/tests/unresolvable001.py index c98a4c02..9d54c3e5 100644 --- a/test/pacman/tests/unresolvable001.py +++ b/test/pacman/tests/unresolvable001.py @@ -17,5 +17,3 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_EXIST=package") self.addrule("PKG_EXIST=dep") self.addrule("PKG_VERSION=dep|1.0-1") - -self.expectfailure = True -- cgit v1.2.3-24-g4f1b