~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/tests/test_search.py

  • Committer: Aaron Bentley
  • Date: 2013-08-12 20:10:11 UTC
  • mto: This revision was merged to the branch mainline in revision 345.
  • Revision ID: aaron@canonical.com-20130812201011-tym7vj10twzic1mf
Remove doctype attribute from charms and bundles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        charm['provides']['website']['interface'] = 'gopher'
253
253
        charm['requires']['database']['interface'] = 'reiserfs'
254
254
        charm['_id'] = 'asdf'
255
 
        charm['doctype'] = 'bogustype'
256
255
        # Best-effort ensure there's no overlap between search terms
257
256
        items = charm.items()
258
257
        for num, (key, value) in enumerate(items):