Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Fails with Unicode Characters #2

Open
greenfrogs opened this issue Jul 11, 2017 · 0 comments
Open

Test Fails with Unicode Characters #2

greenfrogs opened this issue Jul 11, 2017 · 0 comments

Comments

@greenfrogs
Copy link

greenfrogs commented Jul 11, 2017

The test for colander_jsonschema.tests.test_colander_jsonschema.MappingSchemaTestCase fails on line 452 with:

AssertionError: {'description': u'the instanced object', 'title': u'numbered object', 'required' [truncated]... != {u'$schema': u'http://json-schema.org/draft-04/schema#', u'required': [u'title', [truncated]...
         | - {'$schema': 'http://json-schema.org/draft-04/schema#',
         | + {u'$schema': u'http://json-schema.org/draft-04/schema#',
         | ?  +           +
         | 
         | -  'description': u'the instanced object',
         | +  u'description': u'the instanced object',
         | ?  +
         | 
         | -  'properties': {u'canPublish': {'default': False,
         | +  u'properties': {u'canPublish': {u'default': False,
         | ?  +                               +
         | 
         | -                                 'description': u'object is shown in web if true',
         | +                                  u'description': u'object is shown in web if true',
         | ?                                 ++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant