~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_generate_docs.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 19:13:45 UTC
  • mfrom: (4360.4.17 1.15-pack-source)
  • Revision ID: pqm@pqm.ubuntu.com-20090618191345-vgsr5zv78uesqsdg
(jam) Get rid of InterPackRepository in favor of PackStreamSource.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from cStringIO import StringIO
24
24
 
 
25
import bzrlib.commands
25
26
from bzrlib.tests import TestCase, TestSkipped
26
27
 
27
28
 
37
38
        self.sio = StringIO()
38
39
        self.options = Options()
39
40
        self.options.bzr_name = 'bzr'
 
41
        bzrlib.commands.install_bzr_command_hooks()
40
42
 
41
43
    def test_man_page(self):
42
44
        try: