summaryrefslogtreecommitdiff
path: root/swig/python/tests
diff options
context:
space:
mode:
authorJosef Reidinger <jreidinger@suse.cz>2012-02-28 13:11:58 +0000
committerJosef Reidinger <jreidinger@suse.cz>2012-02-28 13:11:58 +0000
commitcf7e48b561f6cee80c7bcb34f7be3dd8f81f692b (patch)
treec53976e7540ff3878b5f33f687a51890e0372253 /swig/python/tests
parent953f0f14cc1140a3e8827853a08dca316f8363eb (diff)
parenta628a22c778353c870c621b291f28e22866948de (diff)
downloadlibzypp-bindings-cf7e48b561f6cee80c7bcb34f7be3dd8f81f692b.tar.gz
libzypp-bindings-cf7e48b561f6cee80c7bcb34f7be3dd8f81f692b.tar.bz2
libzypp-bindings-cf7e48b561f6cee80c7bcb34f7be3dd8f81f692b.zip
Merge changes made to SLE11 to be included in trunk
Merge remote branch 'origin/SuSE-SLE-11-SP2-Branch' Conflicts: CMakeLists.txt libzypp-bindings.spec.cmake package/libzypp-bindings.changes
Diffstat (limited to 'swig/python/tests')
-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 9934f09..8fdc3b0 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) == 396, 'Invalid output length %d' % len(out)
+ assert len(out) > 300, 'Invalid output length %d' % len(out)
def testDumpIni(self):
out = self.info.dumpAsIni()