~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-05 01:58:00 UTC
  • mto: This revision was merged to the branch mainline in revision 5830.
  • Revision ID: jelmer@samba.org-20110505015800-89t3un3ha2ktdohp
Fix more imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1058
1058
        my_bzrdir = bzrdir.BzrDir.open(self.get_url('branch-knit2'))
1059
1059
        checkout_format = my_bzrdir.checkout_metadir()
1060
1060
        self.assertIsInstance(checkout_format.workingtree_format,
1061
 
                              workingtree_3.WorkingTreeFormat3)
 
1061
                              workingtree_4.WorkingTreeFormat4)
1062
1062
 
1063
1063
 
1064
1064
class TestHTTPRedirections(object):