Comment 9 for bug 624283

Revision history for this message
Matěj Cepl (mcepl) wrote :

With the patch from revision 323 (http://pkgs.fedoraproject.org/gitweb/?p=pyexiv2.git;a=blob_plain;f=upstream-lp_bug_624283-Skip-unicode-unit-tests-for-unsupported-encodings.patch;hb=master) encoding tests go through, but I have still one test failing:

test_ascii_str (encoding.TestEncodings) ... ok
test_ascii_unicode (encoding.TestEncodings) ... ok
test_nonascii_unicode (encoding.TestEncodings) ... ok
test_nonascii_unicode_escaped (encoding.TestEncodings) ... ok

======================================================================
FAIL: test_write_dont_preserve_timestamps (metadata.TestImageMetadata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/matej/build/Extras/pyexiv2/pyexiv2-0.2.2/test/metadata.py", line 122, in test_write_dont_preserve_timestamps
    self.failIfEqual(atime2, atime)
AssertionError: 1282851765.0 == 1282851765.0

----------------------------------------------------------------------
Ran 131 tests in 2.409s

(BTW and just FYI, I have created a git mirror of pyexiv2 on gitorious at http://gitorious.org/pyexiv2/mainline)