Skip to content

Commit

Permalink
[#2930] Test fixes lib/dictization_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 5, 2012
1 parent b350413 commit ae6caba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/tests/lib/test_dictization_schema.py
Expand Up @@ -99,6 +99,7 @@ def test_1_package_schema(self):
{'name': u'tolstoy'}],
'title': u'A Novel By Tolstoy',
'url': u'http://www.annakarenina.com',
'private': False,
'version': u'0.7a'}, pformat(converted_data)


Expand Down Expand Up @@ -155,6 +156,7 @@ def test_2_group_schema(self):
expected = {'description': u'These are books that David likes.',
'id': group.id,
'name': u'david',
'is_organization': False,
'type': u'group',
'image_url': u'',
'packages': sorted([{'id': group_pack[0].id,
Expand Down

0 comments on commit ae6caba

Please sign in to comment.