~mwhudson/launchpad/mailhack

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-03-15 21:45:13 UTC
  • mfrom: (10430.3.6 get-out-of-here-p-a-s)
  • Revision ID: launchpad@pqm.canonical.com-20100315214513-uxpqyvwbwx4isi5l
[r=henninge,
        julian-edwards][ui=none] Move P-a-s from lp.buildmaster to lp.soyuz.
        Landed by henninge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        setUp=builddmasterSetUp,
201
201
        layer=LaunchpadZopelessLayer,
202
202
        ),
 
203
    'package-arch-specific.txt': LayeredDocFileSuite(
 
204
        '../doc/package-arch-specific.txt',
 
205
        setUp=builddmasterSetUp,
 
206
        layer=LaunchpadZopelessLayer,
 
207
        ),
203
208
    }
204
209
 
205
210