From 786cd38c0a1cfeff96e5c755852a7e1c7f5e7d75 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 21 Feb 2007 06:33:13 +0000 Subject: * Indentation changes - 4 spaces for python, we standardized this before (and it's a PEP) * Modified some sync tests --- pactest/tests/sync897.py | 1 + pactest/tests/sync899.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'pactest/tests') diff --git a/pactest/tests/sync897.py b/pactest/tests/sync897.py index adaaa1c2..0a5433cd 100644 --- a/pactest/tests/sync897.py +++ b/pactest/tests/sync897.py @@ -24,3 +24,4 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_EXIST=pkg1") self.addrule("!PKG_EXIST=pkg2") +self.addrule("!PKG_EXIST=pkg3") diff --git a/pactest/tests/sync899.py b/pactest/tests/sync899.py index 698c93ea..a561ae63 100644 --- a/pactest/tests/sync899.py +++ b/pactest/tests/sync899.py @@ -1,4 +1,4 @@ -self.description = "System upgrade" +self.description = "System upgrade - conflict/provide with an installed package" sp1 = pmpkg("pkg1", "1.0-2") sp1.conflicts = ["pkg2"] -- cgit v1.2.3-54-g00ecf