File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Solid Specification Conformance Tests
22
33## Release 0.0.16
4- * Set default WAC spec to the published version at https://solidproject.org/TR/wac .
4+ * Set default WAC spec to the latest published version at https://solidproject.org/TR/wac .
55
66## Release 0.0.15
77* Add access control tests for reading non-existing resources and improve tests in this area.
Original file line number Diff line number Diff line change @@ -79,18 +79,15 @@ mkdir -p config reports
7979cat > ./config/application.yaml << EOF
8080subjects: /data/test-subjects.ttl
8181sources:
82- # Protocol specification & manifest
83- # Editor's draft (fully annotated)
82+ # Protocol specification & manifest (latest published version)
8483 - https://solidproject.org/TR/protocol
8584 - https://github.com/solid-contrib/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
8685
87- # WAC specification & manifest
88- # Editor's draft (fully annotated)
89- - https://solid.github.io/web-access-control-spec
86+ # WAC specification & manifest (latest published version)
87+ - https://solidproject.org/TR/wac
9088 - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
9189
92- # Published draft (not annotated)
93- # This is an example of how you could run tests for a specific version of the specification
90+ # This is an example of how you could run tests for a specific version of a specification
9491# - https://solidproject.org/TR/2021/wac-20210711
9592# - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
9693
Original file line number Diff line number Diff line change 11subjects : /data/test-subjects.ttl
22sources :
3- # Protocol spec & manifest
4- # Ecosystem Proposal (Version 0.9.0 - https://solidproject.org/TR/2021/protocol-20211217)
3+ # Protocol spec & manifest (latest published version)
54 - https://solidproject.org/TR/protocol
65 - https://github.com/solid-contrib/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
76 - https://github.com/solid-contrib/specification-tests/blob/main/protocol/requirement-comments.ttl
87
9- # WAC spec & manifest
10- # Candidate recommendation (Version 1.0.0-cr.1)
8+ # WAC spec & manifest (latest published version)
119 - https://solidproject.org/TR/wac
1210 - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
1311 - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/requirement-comments.ttl
1412
15- # Published draft (not annotated)
13+ # This is an example of how you could run tests for a specific version of a specification
1614# - https://solidproject.org/TR/2021/wac-20210711
1715# - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
1816
Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ prefix dcterms: <http://purl.org/dc/terms/>
55prefix td: <http://www.w3.org/2006/03/test-description#>
66prefix spec: <http://www.w3.org/ns/spec#>
77
8- # Ecosystem Proposal
8+ # Latest published version
99prefix sopr: <https://solidproject.org/TR/protocol#>
1010
11+ # Editor's draft
12+ # prefix sopr: <https://solidproject.org/ED/protocol#>
13+
1114# Published version 0.9.0
1215# prefix sopr: <https://solidproject.org/TR/2021/protocol-20211217#>
1316
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ prefix xsd: <http://www.w3.org/2001/XMLSchema#>
44prefix doap: <http://usefulinc.com/ns/doap#>
55prefix spec: <http://www.w3.org/ns/spec#>
66
7- # Editor's draft (fully annotated)
7+ # Latest published version
88prefix wac: <https://solidproject.org/TR/wac#>
99
1010<https://solidproject.org/TR/wac>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ prefix dcterms: <http://purl.org/dc/terms/>
55prefix td: <http://www.w3.org/2006/03/test-description#>
66prefix spec: <http://www.w3.org/ns/spec#>
77
8- # Published draft (fully annotated)
8+ # Latest published version
99prefix wac: <https://solidproject.org/TR/wac#>
1010
1111prefix manifest: <#>
You can’t perform that action at this time.
0 commit comments