~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/tests/test_models.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:
1558
1558
            'inherits': 'main-mysql',
1559
1559
            'title': 'Tiny bundle',
1560
1560
            'description': 'My Tiny Bundle',
1561
 
            'doctype': 'bundle',
1562
1561
            'data': {
1563
1562
                'services': dict(apache=1),
1564
1563
                'relations': dict(a=1),