114
114
# register a format for it.
116
116
# which branch.Open will refuse (not supported)
118
118
# but open_downlevel will work
119
119
self.assertEqual(format.open(dir), bzrdir.BzrDir.open(self.get_url()).open_branch(unsupported=True))
124
124
class TestBranchReference(TestCaseWithTransport):