~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/tests/test_doc.py

  • Committer: William Grant
  • Date: 2011-12-30 09:15:58 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230091558-xci3z8cd774xyowi
Fix menus.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        setUp=setUp, tearDown=tearDown,
25
25
        layer=LaunchpadFunctionalLayer,
26
26
        ),
 
27
    'menus.txt': LayeredDocFileSuite(
 
28
        '../doc/menus.txt', layer=None,
 
29
        ),
27
30
    }
28
31
 
29
32