diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 06:33:13 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 06:33:13 +0000 |
commit | 786cd38c0a1cfeff96e5c755852a7e1c7f5e7d75 (patch) | |
tree | 3dbf7d7a1a314665602df9e1c0465afd3f2728e1 /pactest/tests/sync899.py | |
parent | a8dd8d5770094ad8c925a56d47c3607c96363a51 (diff) | |
download | 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/sync899.py')
-rw-r--r-- | pactest/tests/sync899.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |