-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsolid-protocol-test-manifest.ttl
More file actions
105 lines (89 loc) · 3.96 KB
/
solid-protocol-test-manifest.ttl
File metadata and controls
105 lines (89 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dcterms: <http://purl.org/dc/terms/>
prefix td: <http://www.w3.org/2006/03/test-description#>
prefix spec: <http://www.w3.org/ns/spec#>
# Editor's draft (fully annotated)
prefix sopr: <https://solidproject.org/TR/protocol#>
prefix manifest: <#>
manifest:if-none-match-asterisk
a td:TestCase ;
spec:requirementReference sopr:server-conditional-requests ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/if-none-match-asterisk.feature> .
manifest:content-type-reject
a td:TestCase ;
spec:requirementReference sopr:server-content-type ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/content-type-reject.feature> .
manifest:slash-semantics-exclude
a td:TestCase ;
spec:requirementReference sopr:server-uri-trailing-slash-distinct ,
sopr:server-uri-redirect-differing ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/slash-semantics-exclude.feature> .
manifest:authentication-header
a td:TestCase ;
spec:requirementReference sopr:server-authentication,
sopr:server-unauthenticated ;
td:reviewStatus td:approved ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/authentication/header.feature> .
manifest:content-negotiation-turtle
a td:TestCase ;
spec:requirementReference sopr:server-representation-turtle-jsonld ;
td:reviewStatus td:approved ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/content-negotiation/content-negotiation-turtle.feature> .
manifest:content-negotiation-jsonld
a td:TestCase ;
spec:requirementReference sopr:server-representation-turtle-jsonld ;
td:reviewStatus td:approved ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/content-negotiation/content-negotiation-jsonld.feature> .
manifest:uri-assignment
a td:TestCase ;
spec:requirementReference sopr:server-put-patch-uri-assignment ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/uri-assignment.feature> .
manifest:writing-resource-containment
a td:TestCase ;
spec:requirementReference sopr:server-put-patch-intermediate-containers ;
td:reviewStatus td:approved ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/containment.feature> .
manifest:describedby-unique
a td:TestCase ;
spec:requirementReference sopr:server-description-resource-max ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/resources/describedby-unique.feature> .
manifest:method-not-allowed
a td:TestCase ;
spec:requirementReference sopr:server-method-not-allowed ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/read-write-resource/method-not-allowed.feature> .
manifest:post-uri-assignment
a td:TestCase ;
spec:requirementReference sopr:server-post-uri-assignment ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/read-write-resource/post-uri-assignment.feature> .
manifest:slug-uri-assignment
a td:TestCase ;
spec:requirementReference sopr:server-slug-uri-assignment ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/read-write-resource/post-uri-assignment-slug.feature> .
manifest:protect-containment
a td:TestCase ;
spec:requirementReference sopr:server-protect-containment ;
td:reviewStatus td:unreviewed ;
spec:testScript
<https://github.com/solid/specification-tests/protocol/writing-resource/protect-containment.feature> .