~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/jobs/tests/test_lp.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:
61
61
            'bname': u'trunk',
62
62
            'commit': u'ja@appflower.com-20120329093714-s2m9e28dwotmijqc',
63
63
            'distro_series': [],
64
 
            'doctype': 'charm',
65
64
            'promulgated': False}], charms)
66
65
 
67
66
    def test_request_promulgated_charm(self):
84
83
            'bname': u'trunk',
85
84
            'commit': u'ja@appflower.com-20120329093714-s2m9e28dwotmijqc',
86
85
            'distro_series': ['precise'],
87
 
            'doctype': 'charm',
88
86
            'promulgated': True}], charms)
89
87
 
90
88
    def test_all_branch_data_parse_failure(self):
225
223
                'branch_deleted': False,
226
224
                'bname': 'trunk',
227
225
                'commit': 'owner@example.com-series-c1',
228
 
                'doctype': 'charm',
229
226
                'distro_series': ['series'],
230
227
                'name': 'c1',
231
228
                'owner': 'owner',
237
234
                'branch_deleted': True,
238
235
                'bname': 'trunk',
239
236
                'distro_series': [],
240
 
                'doctype': 'charm',
241
237
                'name': 'c2',
242
238
                'owner': 'owner',
243
239
                'series': 'series',
250
246
                'bname': 'trunk',
251
247
                'commit': 'owner@example.com-series-c3',
252
248
                'distro_series': [],
253
 
                'doctype': 'charm',
254
249
                'name': 'c3',
255
250
                'owner': 'owner',
256
251
                'promulgated': False,