summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-16 12:08:05 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2007-01-16 14:43:08 +0000
commite018fa3f6a7e4e0da334453c81e3bde22da46fe1 (patch)
treedd640597d8e41cd20823199f9c11bf8aa869670b /test
parentc98c7742c13ff38998bbc6b6acca390a529e9c7f (diff)
downloaddbus-python-e018fa3f6a7e4e0da334453c81e3bde22da46fe1.tar.gz
Comment on why we're putting the client at path /Test
Diffstat (limited to 'test')
-rw-r--r--test/cross-test-client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cross-test-client.py b/test/cross-test-client.py
index 47dff9b..7728633 100644
--- a/test/cross-test-client.py
+++ b/test/cross-test-client.py
@@ -382,6 +382,8 @@ if __name__ == '__main__':
if 0:
client = Client(bus_name, '/Client')
else:
+ # the Java cross test's interpretation is that the client should be
+ # at /Test too
client = Client(bus_name, '/Test')
gobject.idle_add(client.run_client)