-
Functional Test
-
Minor
-
Moodle 4.2
-
None
Test requirements:
- RSS feeds enabled for the site (in 'Advanced features' in the Site administration) and for database activities, forums and glossaries (in the settings for each activity module via 'Manage activities' in the Site administration). This should be done on the QA testing site but if you'd like admin access to check, please see the QA testing guide for details of how to request access.
- In individual activity settings, 'Number of RSS recent articles' set to a value greater than zero.
Test steps:
- Log in as a student and browse to the student's own blog.
- Check that a RSS icon is displayed in the blog content area and that it links to the RSS feed for the blog.
- Go to another user's profile and view their blog.
- Check that a RSS icon is displayed in the blog content area and that it links to the RSS feed for the blog.
- Browse to a database activity and check that a RSS feed link is displayed and that it links to the RSS feed for the activity.
- Browse to a forum and check that a RSS feed of posts link is displayed and that it links to the RSS feed for the activity.
- Browse to a glossary containing at least one entry and check that a RSS feed link is displayed and that it links to the RSS feed for the activity.
- Log out then log in as a guest.
- Guest should have access to the activity RSS feeds. If not check that the course allows guest access.
- Guest should NOT have access to user profile page. If guest is able to access user profile page, check the system setting "forceloginforprofiles" is set to the default (yes).
- Visit https://qa.moodledemo.net/rss/file.php/a_made_up_url and check that it gives an RSS error.
- is a QA test written for
-
MDL-33564 rss_error() is not returning a proper HTTP response code
- Closed