diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-16 12:08:05 +0000 |
|---|---|---|
| committer | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2007-01-16 14:43:08 +0000 |
| commit | e018fa3f6a7e4e0da334453c81e3bde22da46fe1 (patch) | |
| tree | dd640597d8e41cd20823199f9c11bf8aa869670b /test | |
| parent | c98c7742c13ff38998bbc6b6acca390a529e9c7f (diff) | |
| download | dbus-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.py | 2 |
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) |
