~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-04 22:23:20 UTC
  • mfrom: (5825 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5830.
  • Revision ID: jelmer@samba.org-20110504222320-bczsppms2wadcrb4
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        format = SampleTreeFormat()
85
85
        workingtree.format_registry.register(format)
86
86
        self.addCleanup(workingtree.format_registry.remove, format)
87
 
        self.assertTrue(isinstance(old_format, workingtree.WorkingTreeFormat3))
 
87
        self.assertTrue(isinstance(old_format, workingtree_3.WorkingTreeFormat3))
88
88
        workingtree.format_registry.set_default_key(format.get_format_string())
89
89
        try:
90
90
            # the default branch format is used by the meta dir format