diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 07:33:13 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 07:33:13 +0100 |
commit | 786cd38c0a1cfeff96e5c755852a7e1c7f5e7d75 (patch) | |
tree | 3dbf7d7a1a314665602df9e1c0465afd3f2728e1 /pactest/tests | |
parent | a8dd8d5770094ad8c925a56d47c3607c96363a51 (diff) | |
download | pacman-786cd38c0a1cfeff96e5c755852a7e1c7f5e7d75.tar.gz pacman-786cd38c0a1cfeff96e5c755852a7e1c7f5e7d75.tar.xz |
* Indentation changes - 4 spaces for python, we standardized this before (and
it's a PEP)
* Modified some sync tests
Diffstat (limited to 'pactest/tests')
-rw-r--r-- | pactest/tests/sync897.py | 1 | ||||
-rw-r--r-- | pactest/tests/sync899.py | 2 |
2 files changed, 2 insertions, 1 deletions
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.args = "-Su" 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"] |