Follow-up to:
- #3150318: Support image fields in RSS enclosure formatter
- #666412: Regression: RSS feed enclosure support lost from core.
In #666412, the file field received a new field formatter, which created an <enclosure/> element for RSS feeds. This was then tested by checking for the XML element in the raw content of /rss.xml.
In #88183: Relative URLs in feeds should be converted to absolute ones this check was converted into a CSS selector, and in #2870448: Convert web tests to browser tests for file module into an XPath query.
Unfortunately, that last part was done incorrectly; this assertion currently can't fail.
See #3150318-6: Support image fields in RSS enclosure formatter for a more detailed description.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3150661-2.patch | 1.2 KB | cburschka |
Comments
Comment #2
cburschkaComment #3
cburschkaComment #4
james.williamsThis all looks good to me.
Comment #5
alexpottCommitted and pushed 6b769d1e4f to 9.1.x and 5ecde1b576 to 9.0.x and 83f07ce091 to 8.9.x. Thanks!
Nice find.
Backported to 8.9.x since this is a test fix.