/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-01 06:48:38 UTC
  • mfrom: (2389.1.1 0.15-to-trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20070401064838-34903c7b0d0c8007
merge 0.15 back to dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
    def test_installed_hooks_are_BranchHooks(self):
314
314
        """The installed hooks object should be a BranchHooks."""
315
315
        # the installed hooks are saved in self._preserved_hooks.
316
 
        self.assertIsInstance(self._preserved_hooks[_mod_branch.Branch], BranchHooks)
 
316
        self.assertIsInstance(self._preserved_hooks, BranchHooks)
317
317
 
318
318
    def test_install_hook_raises_unknown_hook(self):
319
319
        """install_hook should raise UnknownHook if a hook is unknown."""