~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/doc_generate/writers/test_texinfo.py

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""sphinx texinfo writer tests."""
18
18
 
 
19
from bzrlib import tests
19
20
from bzrlib.tests import (
20
21
    doc_generate as test_dg, # Avoid clash with from bzrlib import doc_generate
21
22
    )
176
177
class TestTocTreeGeneration(test_dg.TestSphinx):
177
178
 
178
179
    def test_toctree(self):
 
180
        if self.sphinx_version() >= (1, 0):
 
181
            raise tests.TestSkipped('Not compatible with sphinx >= 1.0')
179
182
        self.build_tree_contents(
180
183
            [('index.txt', """
181
184
Table of Contents