Purpose:
The updated element of an entry must be populated with a date, time and timezone at which the feed entry was last updated..
Test method
- For each entry in the Download Service Feed, check if the updated element provides a valid date.
Reference(s):
- TG DL, Req 19
Test type:
Automated
Notes
The namespace prefixes used as described in README.md.
Abbreviation | XPath expression |
---|---|
entry | //atom:entry |
updated element | //atom:entry/atom:updated |
valid date | year-from-dateTime(xs:dateTime(atom:updated)) |