~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/tests/test_models.py

[r=benji][bug=][author=sinzui] Update IndexClient.api_search to include the doctype of the found document.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1971
1971
            [(charm_data_3['_id'], u'2'),
1972
1972
             (charm_data_2['_id'], u'1')],
1973
1973
            sorted(
1974
 
                (charm_data['_id'], charm_data['revision'])
 
1974
                (charm_data['data']['_id'], charm_data['data']['revision'])
1975
1975
                for charm_data in featured))