# HG changeset patch # User Julien Cristau # Date 1444990968 -7200 # Node ID 5a1b4361a797ca672058cc8d431ae8d6ffd3c294 # Parent 0768bf2333a750752d54d096460477758f428221 [server/test] CWAttribute.extra_props is Bytes diff -r 0768bf2333a7 -r 5a1b4361a797 server/test/unittest_schemaserial.py --- a/server/test/unittest_schemaserial.py Fri Oct 16 17:12:40 2015 +0200 +++ b/server/test/unittest_schemaserial.py Fri Oct 16 12:22:48 2015 +0200 @@ -292,7 +292,7 @@ {'cardinality': u'?1', 'defaultval': None, 'description': u'', - 'extra_props': '{"jungle_speed": 42}', + 'extra_props': b'{"jungle_speed": 42}', 'formula': None, 'indexed': False, 'oe': None,