/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/per_controldir/test_format.py

  • Committer: Martin Packman
  • Date: 2012-01-05 09:50:04 UTC
  • mfrom: (6424 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6426.
  • Revision ID: martin.packman@canonical.com-20120105095004-mia9xb7y0efmto0v
Merge bzr.dev to resolve conflicts in bzrlib.builtins

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,