#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)
Change History (5)
by , 14 years ago
Attachment: | private_flatpage_test.diff added |
---|
comment:1 by , 14 years ago
milestone: | → 1.3 |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
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.