~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[testfix][rs=sinzui] Disable bugtracker-tokens.txt because the
 isolated layer hack does not play on lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
here = os.path.dirname(os.path.realpath(__file__))
41
41
 
42
42
 
43
 
class XMLRPCLayer(LaunchpadFunctionalLayer):
44
 
    """Isolate XMLRPC tests."""
45
 
 
46
 
 
47
43
def lobotomizeSteveASetUp(test):
48
44
    """Call lobotomize_stevea() and standard setUp"""
49
45
    lobotomize_stevea()
242
238
        tearDown=tearDown,
243
239
        layer=LaunchpadZopelessLayer
244
240
        ),
245
 
     # XXX: sinzui 2011-09-28 bug=861510: Remove XMLRPCLayer and this
246
 
     # setup when the bug is fixed
247
 
    'bugtracker-tokens.txt': LayeredDocFileSuite(
248
 
        '../doc/bugtracker-tokens.txt',
249
 
        setUp=setUp,
250
 
        tearDown=tearDown,
251
 
        layer=XMLRPCLayer
252
 
        ),
253
241
    'bugwatch.txt':
254
242
        LayeredDocFileSuite(
255
243
        '../doc/bugwatch.txt',