Opened 16 years ago
Closed 15 years ago
#11069 closed (fixed)
Tests for syndication framework
Reported by: | Arthur Koziel | Owned by: | nobody |
---|---|---|---|
Component: | contrib.syndication | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch adds 3 more testcases for the syndication framework.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | feed_testcases_r10731.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Component: | Uncategorized → RSS framework |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12338]) Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.