~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir/test_format.py

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2017-01-30 14:42:05 UTC
  • mfrom: (6620.1.1 trunk)
  • Revision ID: tarmac-20170130144205-r8fh2xpmiuxyozpv
Merge  2.7 into trunk including fix for bug #1657238 [r=vila]

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    def test_upgrade_recommended(self):
36
36
        self.assertIsInstance(self.bzrdir_format.upgrade_recommended, bool)
37
37
 
 
38
    def test_supports_transport(self):
 
39
        self.assertIsInstance(
 
40
            self.bzrdir_format.supports_transport(self.get_transport()), bool)
 
41
 
38
42
    def test_check_support_status(self):
39
43
        if not self.bzrdir_format.is_supported():
40
44
            self.assertRaises(errors.UnsupportedFormatError,