Opened 12 years ago

Closed 12 years ago

#17433 closed Bug (fixed)

TestCase.assertFieldOutput documentation missing versionadded

Reported by: dpifke Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description

This function was added in [16653], but the documentation in docs/topics/testing.txt doesn't have a versionadded attribute indicating it's new. Thus a visitor hitting the documentation via Google might be led to believe it's present in released versions.

Attached is an extremely trivial patch against the current SVN trunk to fix this minor oversight.

Attachments (1)

fieldoutput.patch (415 bytes ) - added by dpifke 12 years ago.
Documentation patch to add versionadded

Download all attachments as: .zip

Change History (4)

by dpifke, 12 years ago

Attachment: fieldoutput.patch added

Documentation patch to add versionadded

comment:1 by Julien Phalip, 12 years ago

Triage Stage: UnreviewedAccepted

Thanks for the report. Could you please re-post your patch generated from the root of the source tree? This makes it easier for others to apply it.

comment:2 by Julien Phalip, 12 years ago

Patch needs improvement: set

comment:3 by Ramiro Morales, 12 years ago

Resolution: fixed
Status: newclosed

In [17230]:

Added note about assertFieldOutput being new in 1.4.

Thanks dpifke for report and patch.

Fixes #17433

Note: See TracTickets for help on using tickets.
Back to Top