diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test')
-rw-r--r-- | testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test b/testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test new file mode 100644 index 000000000..3b6616eed --- /dev/null +++ b/testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test @@ -0,0 +1,47 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents", + "description": "Agents (Creators, Generators) involved in an Annotation: <ul> <li>Should include certain properties (keys)</li> <li>May include additional keys</li> <li>should have Agent key values that conform to model recommended constraints</li> </ul> Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.", + "testType": "manual", + "skipFailures": [ "should", "may" ], + "ref": "https://www.w3.org/TR/annotation-model/#other-properties", + "assertions": + [ + "annotations/3.3.1-annotationCreatorImplemented.json", + "annotations/3.3.2-annotationCreatorAgentIdImplemented.json", + "annotations/3.3.2-annotationCreatorAgentTypeImplemented.json", + "annotations/3.3.2-annotationCreatorAgentNicknameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentSingleNameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentNameImplemented.json", + "annotations/3.3.2-annotationCreatorAgentEmailImplemented.json", + "annotations/3.3.2-annotationCreatorAgentEmail_sha1Implemented.json", + "annotations/3.3.2-annotationCreatorAgentHomepageImplemented.json", + "annotations/3.3.1-annotationGeneratorImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentIdImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentTypeImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentNicknameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentSingleNameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentNameImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentEmailImplemented.json", + "annotations/3.3.2-annotationGeneratorAgentEmail_sha1Implemented.json", + "annotations/3.3.2-annotationGeneratorAgentHomepageImplemented.json", + "annotations/bodiesTargets/3.3.1-bodyCreator.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json", + "annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json", + "annotations/bodiesTargets/3.3.1-targCreator.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json", + "annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json" + ] +} |