diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/python/test-client.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/python/test-client.py b/test/python/test-client.py index 23000400..f6ef12ba 100755 --- a/test/python/test-client.py +++ b/test/python/test-client.py @@ -31,6 +31,7 @@ test_types_vals = [1, 12323231, 3.14159265, 99999999.99,                   {1:"a", 2:"b"}, {"a":1, "b":2}, #{"a":(1,"B")},                   {1:1.1, 2:2.2}, [[1,2,3],[2,3,4]], [["a","b"],["c","d"]],                   True, False, +                 dbus.Int16(-10), dbus.UInt16(10),                   #([1,2,3],"c", 1.2, ["a","b","c"], {"a": (1,"v"), "b": (2,"d")})                   ] | 
