diff options
author | Josef Reidinger <jreidinger@suse.cz> | 2012-02-28 13:11:58 +0000 |
---|---|---|
committer | Josef Reidinger <jreidinger@suse.cz> | 2012-02-28 13:11:58 +0000 |
commit | cf7e48b561f6cee80c7bcb34f7be3dd8f81f692b (patch) | |
tree | c53976e7540ff3878b5f33f687a51890e0372253 /swig/python/tests | |
parent | 953f0f14cc1140a3e8827853a08dca316f8363eb (diff) | |
parent | a628a22c778353c870c621b291f28e22866948de (diff) | |
download | libzypp-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.py | 2 |
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() |