[server/test] CWAttribute.extra_props is Bytes
authorJulien Cristau <julien.cristau@logilab.fr>
Fri, 16 Oct 2015 12:22:48 +0200
changeset 10811 5a1b4361a797
parent 10810 0768bf2333a7
child 10812 a747e211266b
[server/test] CWAttribute.extra_props is Bytes
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,