Opened 9 years ago
Last modified 9 years ago
#2891 new defect (bug)
Add unit tests for RSS feeds
Reported by: | netweb | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Tools - Unit Tests | Keywords: | needs-patch needs-unit-tests |
Cc: |
Description
bbPress has numerous RSS feeds
- Topics and Replies from a single forum:
- Topics only from a single forum:
- Replies only from a single forum:
- Replies only from a single topic
- All forum topics
- All forum topics and replies
- Topic tags
See bbp_request_feed_trap()
in /includes/common/functions.php
Related: #2292 RSS feeds missing Some HTTP Headers
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Initial pass for
bbp_display_topics_feed_rss2()
in 2891.1.diff.There's more to do here in particular all the cases per the ticket description in
test_bbp_request_feed_trap()