summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-04-17 14:06:21 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-04-17 14:06:21 +0200
commit75bbd1c6284849c59fd6098edbc70db060bfb24a (patch)
tree36efa48d3c792e267a39af137b39cb7d36fc8666 /tests
parent23d4a5fc9ca8dc7a35fd96a48dcb261ac0daf46b (diff)
parent0165191e08c650bb81c06660845114cec3738dce (diff)
downloadpython-apt-75bbd1c6284849c59fd6098edbc70db060bfb24a.tar.gz
merged latest updates from debian-sid
Diffstat (limited to 'tests')
-rw-r--r--tests/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py
index d77fb27e..f7d41152 100644
--- a/tests/test_policy.py
+++ b/tests/test_policy.py
@@ -24,7 +24,7 @@ class TestAptPolicy(unittest.TestCase):
lowlevel_ver = ver._cand
for pkgfile, i in lowlevel_ver.file_list:
#print pkgfile, i, policy.get_priority(pkgfile)
- self.assertTrue(policy.get_priority(pkgfile) > 1)
+ self.assertTrue(policy.get_priority(pkgfile) >= 1)
self.assertTrue(policy.get_priority(pkgfile) < 1001)
def test_apt_policy_highlevel(self):