/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_http.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-08-07 21:24:40 UTC
  • mfrom: (7058.4.30 python3-x)
  • Revision ID: breezy.the.bot@gmail.com-20180807212440-m7r0c45ihwr0kcre
Fix another round of tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-x/+merge/352226

Show diffs side-by-side

added added

removed removed

Lines of Context:
2159
2159
 
2160
2160
    def setUp(self):
2161
2161
        super(TestNoReportActivity, self).setUp()
2162
 
        self._transport =HttpTransport
 
2162
        self._transport = HttpTransport
2163
2163
        TestActivityMixin.setUp(self)
2164
2164
 
2165
2165
    def assertActivitiesMatch(self):