dbus/test/data/valid-service-files .cvsignore,1.3,1.4

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


Update of /cvs/dbus/dbus/test/data/valid-service-files
In directory gabe:/tmp/cvs-serv26316/test/data/valid-service-files

Modified 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


Index: .cvsignore
===================================================================
RCS file: /cvs/dbus/dbus/test/data/valid-service-files/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	14 Jul 2005 20:44:15 -0000	1.3
+++ .cvsignore	24 Oct 2005 18:29:50 -0000	1.4
@@ -1,5 +1,6 @@
 debug-echo.service
-debug-segfault.service
 debug-glib.service
+debug-python.service
+debug-segfault.service
 debug-shell-echo-fail.service
 debug-shell-echo-success.service



More information about the dbus-commit mailing list