/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_smart_transport.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-24 01:07:36 UTC
  • mfrom: (6734.1.7 move-errors-views)
  • Revision ID: jelmer@jelmer.uk-20170724010736-7a67j6n1t2nz914n
Merge lp:~jelmer/bzr/move-errors-views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1796
1796
        # set environment variable after construction to make sure it's
1797
1797
        # examined.
1798
1798
        self.overrideEnv('BRZ_NO_SMART_VFS', '')
1799
 
        self.assertRaises(errors.DisabledMethod, handler.execute)
 
1799
        self.assertRaises(_mod_request.DisabledMethod, handler.execute)
1800
1800
 
1801
1801
    def test_readonly_exception_becomes_transport_not_possible(self):
1802
1802
        """The response for a read-only error is ('ReadOnlyError')."""