dbus/test/python .cvsignore,NONE,1.1 test-client.py,1.6,1.7

Robert McQueen robot101 at freedesktop.org
Mon Oct 24 11:29:52 PDT 2005


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

Modified Files:
	test-client.py 
Added Files:
	.cvsignore 
Log Message:
2005-10-24  Robert McQueen <robot101 at debian.org>

    * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
    derive from unicode instead of str, and encode/decode UTF-8 when
    marshalling/unmarshalling bus messages

    * python/introspect_parser.py: encode introspection data as UTF-8
    before passing the buffer into libxml2

    * test/python/test-client.py: add unicode test strings

    * test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
    ignore generated python test files


--- NEW FILE: .cvsignore ---
Makefile
Makefile.in

Index: test-client.py
===================================================================
RCS file: /cvs/dbus/dbus/test/python/test-client.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- test-client.py	18 Oct 2005 04:38:05 -0000	1.6
+++ test-client.py	24 Oct 2005 18:29:50 -0000	1.7
@@ -23,6 +23,8 @@
 
 test_types_vals = [1, 12323231, 3.14159265, 99999999.99,
                  "dude", "123", "What is all the fuss about?", "gob at gob.com",
+                 u'\\u310c\\u310e\\u3114', u'\\u0413\\u0414\\u0415',
+                 u'\\u2200software \\u2203crack', u'\\xf4\\xe5\\xe8',
                  [1,2,3], ["how", "are", "you"], [1.23,2.3], [1], ["Hello"],
                  (1,2,3), (1,), (1,"2",3), ("2", "what"), ("you", 1.2),
                  {1:"a", 2:"b"}, {"a":1, "b":2}, #{"a":(1,"B")},



More information about the dbus-commit mailing list