diff options
Diffstat (limited to 'test/python')
| -rwxr-xr-x | test/python/test-client.py | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/test/python/test-client.py b/test/python/test-client.py index e972f446..23000400 100755 --- a/test/python/test-client.py +++ b/test/python/test-client.py @@ -227,8 +227,9 @@ class TestDBusBindings(unittest.TestCase):          print '\n******** Testing BusName creation ********'          test = [('org.freedesktop.DBus.Python.TestName', True),                  ('org.freedesktop.DBus.Python.TestName', True), -                ('org.freedesktop.DBus.Python.InvalidName&^*%$', False), -                ('org.freedesktop.DBus.TestSuitePythonService', False)] +                ('org.freedesktop.DBus.Python.InvalidName&^*%$', False)] +        # Do some more intelligent handling/testing of queueing vs success? +        # ('org.freedesktop.DBus.TestSuitePythonService', False)]          # For some reason this actually succeeds          # ('org.freedesktop.DBus', False)]  | 
