~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/tests/test_models.py

[r=sinzui][bug=1208477][author=abentley] Remove doctype attribute.

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),