Skip to content

Commit 35008eb

Browse files
authored
Correct descriptions of spec versions (#100)
1 parent 4b763df commit 35008eb

6 files changed

Lines changed: 14 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,15 @@ mkdir -p config reports
7979
cat > ./config/application.yaml <<EOF
8080
subjects: /data/test-subjects.ttl
8181
sources:
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

application.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
subjects: /data/test-subjects.ttl
22
sources:
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

protocol/solid-protocol-test-manifest.ttl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ prefix dcterms: <http://purl.org/dc/terms/>
55
prefix td: <http://www.w3.org/2006/03/test-description#>
66
prefix spec: <http://www.w3.org/ns/spec#>
77

8-
# Ecosystem Proposal
8+
# Latest published version
99
prefix 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

web-access-control/wac-spec-additions.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ prefix xsd: <http://www.w3.org/2001/XMLSchema#>
44
prefix doap: <http://usefulinc.com/ns/doap#>
55
prefix spec: <http://www.w3.org/ns/spec#>
66

7-
# Editor's draft (fully annotated)
7+
# Latest published version
88
prefix wac: <https://solidproject.org/TR/wac#>
99

1010
<https://solidproject.org/TR/wac>

web-access-control/web-access-control-test-manifest.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ prefix dcterms: <http://purl.org/dc/terms/>
55
prefix td: <http://www.w3.org/2006/03/test-description#>
66
prefix spec: <http://www.w3.org/ns/spec#>
77

8-
# Published draft (fully annotated)
8+
# Latest published version
99
prefix wac: <https://solidproject.org/TR/wac#>
1010

1111
prefix manifest: <#>

0 commit comments

Comments
 (0)