dbus/test/python test-client.py,1.9,1.10
Robert McQueen
robot101 at freedesktop.org
Thu Nov 3 08:13:55 PST 2005
Update of /cvs/dbus/dbus/test/python
In directory gabe:/tmp/cvs-serv29673/test/python
Modified Files:
test-client.py
Log Message:
2005-11-03 Robert McQueen <robot101 at debian.org>
* python/_dbus.py, python/proxies.py, python/service.py: Add __repr__
functions to dbus.Bus, dbus.service.BusName and dbus.service.Object,
tweak others to be consistent.
* test/python/test-client.py: Tweak output of testInheritance.
Index: test-client.py
===================================================================
RCS file: /cvs/dbus/dbus/test/python/test-client.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- test-client.py 29 Oct 2005 22:41:07 -0000 1.9
+++ test-client.py 3 Nov 2005 16:13:53 -0000 1.10
@@ -147,7 +147,7 @@
def testInheritance(self):
print "\n********* Testing inheritance from dbus.method.Interface ***********"
ret = self.iface.CheckInheritance()
- print "CheckInheritance returned %s\n", str(ret)
+ print "CheckInheritance returned %s" % ret
self.assert_(ret, "overriding CheckInheritance from TestInterface failed")
class TestDBusPythonToGLibBindings(unittest.TestCase):
More information about the dbus-commit
mailing list