You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org> on 2008/05/13 19:23:55 UTC

[jira] Resolved: (QPID-1055) map codec failures on 64 bit systems

     [ https://issues.apache.org/jira/browse/QPID-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming resolved QPID-1055.
---------------------------------------

    Resolution: Fixed

> map codec failures on 64 bit systems
> ------------------------------------
>
>                 Key: QPID-1055
>                 URL: https://issues.apache.org/jira/browse/QPID-1055
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: M3
>         Environment: 64 bit systems
>            Reporter: Rafael H. Schloming
>            Assignee: Rafael H. Schloming
>
> ======================================================================
> FAIL: testMapAll (tests.codec010.CodecTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/remote/gsim/qpid/python/tests/codec010.py", line 53, in testMapAll
>     self.check("map", {"string": "this is a test",
>   File "/home/remote/gsim/qpid/python/tests/codec010.py", line 35, in check
>     assert decoded == value
> AssertionError
> ======================================================================
> FAIL: testMapLong (tests.codec010.CodecTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/remote/gsim/qpid/python/tests/codec010.py", line 44, in testMapLong
>     self.check("map", {"long": 2**32})
>   File "/home/remote/gsim/qpid/python/tests/codec010.py", line 35, in check
>     assert decoded == value
> AssertionError

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.