New submission from Stefan Krah <stefan-use...@bytereef.org>:

test_zlib currently fails on Ubuntu Lucid:

======================================================================
FAIL: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_zlib.py", line 24, in 
test_library_version
    self.assertEqual(zlib.ZLIB_RUNTIME_VERSION, zlib.ZLIB_VERSION)
AssertionError: '1.2.3.3' != '1.2.5'
- 1.2.3.3
+ 1.2.5

----------
components: Tests
messages: 151963
nosy: nadeem.vawda, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: test_zlib failure
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to