summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Heidler <dheidler@suse.de>2010-12-22 16:33:54 +0100
committerDominik Heidler <dheidler@suse.de>2010-12-22 16:33:54 +0100
commit949af296980fa8f02b7f125ee27d2b64f482d1a9 (patch)
tree2026a048793e24e91971353ef457a12d472e4f58
parent8ae8337d10e03e636cd9411a3b4fef634f765d19 (diff)
downloadlibzypp-bindings-949af296980fa8f02b7f125ee27d2b64f482d1a9.tar.gz
libzypp-bindings-949af296980fa8f02b7f125ee27d2b64f482d1a9.tar.bz2
libzypp-bindings-949af296980fa8f02b7f125ee27d2b64f482d1a9.zip
fix python repoinfo testsuite
-rw-r--r--swig/python/tests/repoinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/python/tests/repoinfo.py b/swig/python/tests/repoinfo.py
index 140fcaf..9934f09 100644
--- a/swig/python/tests/repoinfo.py
+++ b/swig/python/tests/repoinfo.py
@@ -56,7 +56,7 @@ class RepoInfoTestCase(unittest.TestCase):
def testDump(self):
out = self.info.dump()
- assert len(out) == 414, 'Invalid output length %d' % len(out)
+ assert len(out) == 396, 'Invalid output length %d' % len(out)
def testDumpIni(self):
out = self.info.dumpAsIni()