~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-14 11:14:25 UTC
  • mfrom: (6207.3.11 use-controldir)
  • Revision ID: pqm@pqm.ubuntu.com-20111014111425-c7nzqujggvlsd9zz
(jelmer) Move static/class methods from BzrDir to ControlDir. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1352
1352
        self.assertEqual('fail', err._preformatted_string)
1353
1353
 
1354
1354
    def test_post_repo_init(self):
1355
 
        from bzrlib.bzrdir import RepoInitHookParams
 
1355
        from bzrlib.controldir import RepoInitHookParams
1356
1356
        calls = []
1357
1357
        bzrdir.BzrDir.hooks.install_named_hook('post_repo_init',
1358
1358
            calls.append, None)