613
613
self.assertEqual(format.repository_format.__class__,
614
614
tree.branch.repository._format.__class__)
617
630
class TestTestCaseWithTransport(TestCaseWithTransport):
618
631
"""Tests for the convenience functions TestCaseWithTransport introduces."""