dbus/test/python test-client.py,1.17,1.18

Robert McQueen robot101 at freedesktop.org
Sun Nov 27 09:44:21 PST 2005


Update of /cvs/dbus/dbus/test/python
In directory gabe:/tmp/cvs-serv26511/test/python

Modified Files:
	test-client.py 
Log Message:
2005-11-27  Robert McQueen  <robot101 at debian.org>

	* python/dbus_bindings.pyx: Repair my previous commit which reverted
	part of the preceding one. Oops. Merge patch by Johan Hedberg
	<johan.hedberg at nokia.com> to fix marshalling of 16-bit integer values
	on big-endian platforms.

	* test/python/test-client.py: Add some 16-bit integers to the test
	values.

Index: test-client.py
===================================================================
RCS file: /cvs/dbus/dbus/test/python/test-client.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- test-client.py	27 Nov 2005 16:40:57 -0000	1.17
+++ test-client.py	27 Nov 2005 17:44:19 -0000	1.18
@@ -31,6 +31,7 @@
                  {1:"a", 2:"b"}, {"a":1, "b":2}, #{"a":(1,"B")},
                  {1:1.1, 2:2.2}, [[1,2,3],[2,3,4]], [["a","b"],["c","d"]],
                  True, False,
+                 dbus.Int16(-10), dbus.UInt16(10),
                  #([1,2,3],"c", 1.2, ["a","b","c"], {"a": (1,"v"), "b": (2,"d")})
                  ]
 



More information about the dbus-commit mailing list