Author: gsim
Date: Tue Aug 12 08:44:15 2008
New Revision: 685198

URL: http://svn.apache.org/viewvc?rev=685198&view=rev
Log:
Merged r685189 (specify literal as decimal for the sake of python 2.3)


Modified:
    incubator/qpid/trunk/qpid/python/tests/spec010.py

Modified: incubator/qpid/trunk/qpid/python/tests/spec010.py
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/tests/spec010.py?rev=685198&r1=685197&r2=685198&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/tests/spec010.py (original)
+++ incubator/qpid/trunk/qpid/python/tests/spec010.py Tue Aug 12 08:44:15 2008
@@ -49,7 +49,7 @@
     mp = self.spec["message.message_properties"]
     rt = self.spec["message.reply_to"]
 
-    props = Struct(mp, content_length=0xDEADBEEF,
+    props = Struct(mp, content_length=3735928559L,
                    reply_to=Struct(rt, exchange="the exchange name",
                                    routing_key="the routing key"))
     dec = self.encdec(mp, props)


Reply via email to