~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/googlesearch/tests/googleserviceharness.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 05:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111224050746-uh4llh71lr73f61e
Removed unneeded test; ./doc is gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    """Set up the Google web service stub for use in functional tests.
22
22
    """
23
23
 
24
 
 
25
24
    # XXX gary 2008-12-06 bug=305858: Spurious test failures discovered on
26
25
    # buildbot, builds 40 and 43. The locations of the failures are marked
27
26
    # below with " # SPURIOUS FAILURE". To reinstate, add the text below back
28
27
    # to the docstring above.  Note that the test that uses this setup,
29
 
    # google-service-stub.txt, is also disabled.  See
30
 
    # canonical/launchpad/ftests/test_system_documentation.py.
 
28
    # google-service-stub.txt, is also disabled.  See test_doc.py.
31
29
    """
32
30
    >>> from lp.services.googlesearch.googletestservice import (
33
31
    ...     service_is_available)