~benji/charmworld/bug-1229179

« back to all changes in this revision

Viewing changes to charmworld/views/tests/test_api.py

  • Committer: Benji York
  • Date: 2013-10-23 18:52:03 UTC
  • mfrom: (425.2.8 expose-bundle-changes)
  • Revision ID: benji.york@canonical.com-20131023185203-s2l2ev947imfnkm2
Add recent bzr changes to bundles.

R=bac
CC=
https://codereview.appspot.com/15100046

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
            description='',
733
733
            promulgated=False,
734
734
            branch_deleted=False,
 
735
            first_change=None,
 
736
            last_change=None,
 
737
            changes=None,
735
738
        )
736
739
        self.assertEqual(expected, bundle._representation)
737
740
 
858
861
        self.assertEqual(u'text/plain', response.content_type)
859
862
 
860
863
    def test_bundle_icon(self):
861
 
        # The current design is that all bundles, regardless of their id, will
 
864
        # The current design is that all bundles, regardless of their ID, will
862
865
        # get the default bundle icon.
863
866
        bundle = self.makeBundle()
864
867
        response = self.get_response(