/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 bzrlib/tests/test_http.py

[merge] Fix for bug 354036 ErrorFromSmartServer - AbsentContentFactory object
has no attribute 'get_bytes_as' exception while pulling from Launchpad
(Jean-Francois Roy, Andrew Bennetts, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1905
1905
 
1906
1906
        # We override at class level because constructors may propagate the
1907
1907
        # bound method and render instance overriding ineffective (an
1908
 
        # alternative would be be to define a specific ui factory instead...)
 
1908
        # alternative would be to define a specific ui factory instead...)
1909
1909
        self.orig_report_activity = self._transport._report_activity
1910
1910
        self._transport._report_activity = report_activity
1911
1911