Ticket #16608: 16608.typo-testing-doc.diff

File 16608.typo-testing-doc.diff, 939 bytes (added by Julien Phalip, 13 years ago)
  • docs/topics/testing.txt

    diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
    index 8cb00e3..a25ffe3 100644
    a b arguments at time of construction:  
    715715            The headers sent via ``**extra`` should follow CGI_ specification.
    716716            For example, emulating a different "Host" header as sent in the
    717717            HTTP request from the browser to the server should be passed
    718             as ``HTTP_HOST``. 
     718            as ``HTTP_HOST``.
    719719
    720720            .. _CGI: http://www.w3.org/CGI/
    721721
    also provides some utilities that can be useful during testing.  
    19021902
    19031903.. function:: destroy_test_db(old_database_name, verbosity=1)
    19041904
    1905     Destroys the database whose name is in stored in :setting:`NAME` in the
     1905    Destroys the database whose name is the value of :setting:`NAME` in
    19061906    :setting:`DATABASES`, and sets :setting:`NAME` to use the
    19071907    provided name.
    19081908
Back to Top