~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-07-28 03:53:21 UTC
  • mfrom: (11224.1.5 no-sample-data-doctest)
  • Revision ID: launchpad@pqm.canonical.com-20100728035321-2wkrthi3uma8h7ze
[r=jml][ui=none][bug=609942] Make the merge proposal doctest
        meaningful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        tearDown=zopelessLaunchpadSecurityTearDown,
46
46
        layer=LaunchpadZopelessLayer,
47
47
        ),
48
 
    'branch-merge-proposals.txt': LayeredDocFileSuite(
49
 
        '../doc/branch-merge-proposals.txt',
50
 
        setUp=zopelessLaunchpadSecuritySetUp,
51
 
        tearDown=zopelessLaunchpadSecurityTearDown,
52
 
        layer=LaunchpadZopelessLayer,
53
 
        ),
54
48
    'revision.txt': LayeredDocFileSuite(
55
49
        '../doc/revision.txt',
56
50
        setUp=branchscannerSetUp, tearDown=tearDown,