~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir/test_controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-03 01:03:13 UTC
  • mto: This revision was merged to the branch mainline in revision 5697.
  • Revision ID: jelmer@samba.org-20110303010313-3d56xyh0es8k4emw
Move Converter (which is generic) from bzrlib.bzrdir to bzrlib.controldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1504
1504
            # (we force the latest known format as downgrades may not be
1505
1505
            # available
1506
1506
            self.assertTrue(isinstance(dir._format.get_converter(
1507
 
                format=dir._format), bzrdir.Converter))
 
1507
                format=dir._format), controldir.Converter))
1508
1508
        dir.needs_format_conversion(
1509
1509
            controldir.ControlDirFormat.get_default_format())
1510
1510