Kaydet (Commit) 8f55aee8 authored tarafından Beyza Ermiş's avatar Beyza Ermiş

Assertion error is adjusted.

üst 50ff4baa
......@@ -12,9 +12,9 @@ class ReplaceTestCase(unittest.TestCase):
replace = pisi.replace.Replace(relation)
replace.package = "zlib"
assert pisi.replace.installed_package_replaced(replace)
self.assert_(pisi.replace.installed_package_replaced(replace))
repinfo = pisi.replace.Replace(relation)
repinfo.package = "ctorrent"
assert not pisi.replace.installed_package_replaced(repinfo)
self.assert_(pisi.replace.installed_package_replaced(repinfo))
pisi.api.remove(["ethtool"])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment