Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#14279 closed (fixed)

typo in tests for private flatpage not showing sitemaps

Reported by: James O'Donnell Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords: flatpages sitemaps
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django/trunk/django/contrib/sitemaps/tests/basic.py, both the public and private Flatpage objects have their title set to "Public Page"

The attached patch changes the title of the public Flatpage to "Private Page"

Attachments (1)

private_flatpage_test.diff (530 bytes ) - added by James O'Donnell 14 years ago.

Download all attachments as: .zip

Change History (5)

by James O'Donnell, 14 years ago

Attachment: private_flatpage_test.diff added

comment:1 by Gabriel Hurley, 14 years ago

milestone: 1.3
Triage Stage: UnreviewedReady for checkin

This typo didn't actually affect the test, but it's good to correct the typo.

Patch applies cleanly, passes tests, issue is valid, marking RFC.

comment:2 by Alex Gaynor, 14 years ago

Resolution: fixed
Status: newclosed

(In [14136]) Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the passage of the test). Thanks to jamesodo for the report and patch.

comment:3 by Alex Gaynor, 14 years ago

(In [14137]) [1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the passage of the test). Thanks to jamesodo for the report and patch. Backport of [14136].

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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