~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/bzrdir_implementations/test_bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2008-04-04 17:11:06 UTC
  • mto: (3242.2.7 repository-policy)
  • mto: This revision was merged to the branch mainline in revision 3354.
  • Revision ID: aaron@aaronbentley.com-20080404171106-7qsjphtlecdq8drb
Turn BzrDirConfig into TransportConfig, reduce code duplication

Show diffs side-by-side

added added

removed removed

Lines of Context:
1618
1618
        self.assertRaises(errors.LockBroken, tree.unlock)
1619
1619
 
1620
1620
 
1621
 
class TestBzrDirConfig(TestCaseWithBzrDir):
 
1621
class TestTransportConfig(TestCaseWithBzrDir):
1622
1622
 
1623
1623
    def setUp(self):
1624
1624
        TestCaseWithBzrDir.setUp(self)