Skip to content

Commit f2e9841

Browse files
committed
Update repo location and correct license
1 parent 4f71c74 commit f2e9841

6 files changed

Lines changed: 72 additions & 72 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Solid
3+
Copyright (c) 2019 - 2022 W3C Solid Community Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you want to only run specific test(s), you can add the filter option, such as
6060
## Running local tests
6161
You can clone this repository, work on tests, and run them locally.
6262
```shell
63-
git clone git@github.com:solid/specification-tests.git
63+
git clone git@github.com:solid-contrib/specification-tests.git
6464
cd specification-tests
6565
````
6666

@@ -82,20 +82,20 @@ sources:
8282
# Protocol specification & manifest
8383
# Editor's draft (fully annotated)
8484
- https://solidproject.org/TR/protocol
85-
- https://github.com/solid/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
85+
- https://github.com/solid-contrib/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
8686
8787
# WAC specification & manifest
8888
# Editor's draft (fully annotated)
8989
- https://solid.github.io/web-access-control-spec
90-
- https://github.com/solid/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
90+
- https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
9191
9292
# Published draft (not annotated)
9393
# This is an example of how you could run tests for a specific version of the specification
9494
# - https://solidproject.org/TR/2021/wac-20210711
95-
# - https://github.com/solid/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
95+
# - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
9696
9797
mappings:
98-
- prefix: https://github.com/solid/specification-tests/blob/main
98+
- prefix: https://github.com/solid-contrib/specification-tests/blob/main
9999
path: /data
100100
EOF
101101
@@ -1250,7 +1250,7 @@ a test manifest, for example:
12501250
```yaml
12511251
sources:
12521252
- https://solidproject.org/TR/2021/wac-20210711
1253-
- https://github.com/solid/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
1253+
- https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
12541254
```
12551255
The manifest file might be a copy of the one used for the current version of a specification, however internal references
12561256
must point to the right specification. This is easiest to do by modifying a namespace prefix and using that prefix for
@@ -1263,7 +1263,7 @@ manifest:protected-operation-not-read-resource-access-AWC
12631263
spec:requirementReference wac:access-modes ;
12641264
td:reviewStatus td:approved ;
12651265
spec:testScript
1266-
<https://github.com/solid/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-access-AWC.feature> .
1266+
<https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-access-AWC.feature> .
12671267
```
12681268
If the test implementation has changed between specification versions, then you could have an alternative version of the
12691269
feature file and point to the relevant one in the manifest file.
@@ -1301,21 +1301,21 @@ manifest:protected-operation-not-read-resource-access-AWC
13011301
spec:requirementReference wac:access-modes ;
13021302
td:reviewStatus td:unreviewed ;
13031303
spec:testScript
1304-
<https://github.com/solid/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-access-AWC.feature> .
1304+
<https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-access-AWC.feature> .
13051305
13061306
manifest:protected-operation-not-read-resource-default-AWC
13071307
a td:TestCase ;
13081308
spec:requirementReference wac:access-modes ;
13091309
td:reviewStatus td:unreviewed ;
13101310
spec:testScript
1311-
<https://github.com/solid/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-default-AWC.feature> .
1311+
<https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/protected-operation/not-read-resource-default-AWC.feature> .
13121312
13131313
manifest:acl-object-none
13141314
a td:TestCase ;
13151315
spec:requirementReference wac:access-objects ;
13161316
td:reviewStatus td:unreviewed ;
13171317
spec:testScript
1318-
<https://github.com/solid/specification-tests/blob/main/web-access-control/acl-object/container-none.feature> .
1318+
<https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/acl-object/container-none.feature> .
13191319
```
13201320
13211321
# Versioning
@@ -1329,7 +1329,7 @@ The release process is:
13291329
```shell
13301330
./release.sh 1.0.0
13311331
```
1332-
* Create the release in GitHub - [Create a new release](https://github.com/solid/specification-tests/releases/new):
1332+
* Create the release in GitHub - [Create a new release](https://github.com/solid-contrib/specification-tests/releases/new):
13331333
* Choose the tag that was just created.
13341334
* Add a title, e.g. `Release 1.0.0`.
13351335
* Add some content describing notable changes.

application.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ sources:
33
# Protocol spec & manifest
44
# Ecosystem Proposal (Version 0.9.0 - https://solidproject.org/TR/2021/protocol-20211217)
55
- https://solidproject.org/TR/protocol
6-
- https://github.com/solid/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
7-
- https://github.com/solid/specification-tests/blob/main/protocol/requirement-comments.ttl
6+
- https://github.com/solid-contrib/specification-tests/blob/main/protocol/solid-protocol-test-manifest.ttl
7+
- https://github.com/solid-contrib/specification-tests/blob/main/protocol/requirement-comments.ttl
88

99
# WAC spec & manifest
1010
# Editor's draft (fully annotated)
1111
- https://solid.github.io/web-access-control-spec/
12-
- https://github.com/solid/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
13-
- https://github.com/solid/specification-tests/blob/main/web-access-control/requirement-comments.ttl
12+
- https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
13+
- https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/requirement-comments.ttl
1414

1515
# Published draft (not annotated)
1616
# - https://solidproject.org/TR/2021/wac-20210711
17-
# - https://github.com/solid/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
17+
# - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest-20210711.ttl
1818

1919
# Link old tests to new spec temporarily
20-
- https://github.com/solid/specification-tests/blob/main/web-access-control/wac-spec-additions.ttl
20+
- https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/wac-spec-additions.ttl
2121

2222
# Include unlinked additional tests
23-
# - https://github.com/solid/specification-tests/blob/main/protocol/converted.ttl
23+
# - https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted.ttl
2424

2525
mappings:
26-
- prefix: https://github.com/solid/specification-tests/blob/main
26+
- prefix: https://github.com/solid-contrib/specification-tests/blob/main
2727
path: /data

protocol/converted.ttl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,93 +13,93 @@ manifest:converted-test2-1
1313
# spec:requirementReference sopr:resource-representations ;
1414
td:reviewStatus td:unreviewed ;
1515
spec:testScript
16-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_2-1.feature> ;
16+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_2-1.feature> ;
1717
dcterms:description "Create containers"@en .
1818

1919
manifest:converted-test3-3
2020
a td:TestCase ;
2121
# spec:requirementReference sopr:resource-representations ;
2222
td:reviewStatus td:unreviewed ;
2323
spec:testScript
24-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_3-3.feature> ;
24+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_3-3.feature> ;
2525
dcterms:description "Check that Bob can only append to Basic Container when he is authorized append only."@en .
2626

2727
manifest:converted-test3-5
2828
a td:TestCase ;
2929
# spec:requirementReference sopr:resource-representations ;
3030
td:reviewStatus td:unreviewed ;
3131
spec:testScript
32-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_3-5.feature> ;
32+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_3-5.feature> ;
3333
dcterms:description "Check that Bob can read and append to Basic Container when he is authorized read-append."@en .
3434

3535
manifest:converted-test3-7
3636
a td:TestCase ;
3737
# spec:requirementReference sopr:resource-representations ;
3838
td:reviewStatus td:unreviewed ;
3939
spec:testScript
40-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_3-7.feature> ;
40+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_3-7.feature> ;
4141
dcterms:description "Check that Bob can read and write to Basic Container when he is authorized read-write."@en .
4242

4343
manifest:converted-test4-3
4444
a td:TestCase ;
4545
# spec:requirementReference sopr:resource-representations ;
4646
td:reviewStatus td:unreviewed ;
4747
spec:testScript
48-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_4-3.feature> ;
48+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_4-3.feature> ;
4949
dcterms:description "Check that Bob can only append to RDF resource when he is authorized append only."@en .
5050

5151
manifest:converted-test4-5
5252
a td:TestCase ;
5353
# spec:requirementReference sopr:resource-representations ;
5454
td:reviewStatus td:unreviewed ;
5555
spec:testScript
56-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_4-5.feature> ;
56+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_4-5.feature> ;
5757
dcterms:description "Check that Bob can read and append to RDF resource when he is authorized read-append."@en .
5858

5959
manifest:converted-test4-7
6060
a td:TestCase ;
6161
# spec:requirementReference sopr:resource-representations ;
6262
td:reviewStatus td:unreviewed ;
6363
spec:testScript
64-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_4-7.feature> ;
64+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_4-7.feature> ;
6565
dcterms:description "Check that Bob can read and write to RDF resource when he is authorized read-write."@en .
6666

6767
manifest:converted-test4-9
6868
a td:TestCase ;
6969
# spec:requirementReference sopr:resource-representations ;
7070
td:reviewStatus td:unreviewed ;
7171
spec:testScript
72-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_4-9.feature> ;
72+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_4-9.feature> ;
7373
dcterms:description "Check that Bob can't delete RDF resource when he is only authorized read-write on the container."@en .
7474

7575
manifest:converted-test5-3
7676
a td:TestCase ;
7777
# spec:requirementReference sopr:resource-representations ;
7878
td:reviewStatus td:unreviewed ;
7979
spec:testScript
80-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_5-3.feature> ;
80+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_5-3.feature> ;
8181
dcterms:description "Check that Bob can only append to Non-RDF resource when he is authorized append only."@en .
8282

8383
manifest:converted-test5-5
8484
a td:TestCase ;
8585
# spec:requirementReference sopr:resource-representations ;
8686
td:reviewStatus td:unreviewed ;
8787
spec:testScript
88-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_5-5.feature> ;
88+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_5-5.feature> ;
8989
dcterms:description "Check that Bob can read and append to Non-RDF resource when he is authorized read-append."@en .
9090

9191
manifest:converted-test5-7
9292
a td:TestCase ;
9393
# spec:requirementReference sopr:resource-representations ;
9494
td:reviewStatus td:unreviewed ;
9595
spec:testScript
96-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_5-7.feature> ;
96+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_5-7.feature> ;
9797
dcterms:description "Check that Bob can read and write to Non-RDF resource when he is authorized read-write."@en .
9898

9999
manifest:converted-test5-9
100100
a td:TestCase ;
101101
# spec:requirementReference sopr:resource-representations ;
102102
td:reviewStatus td:unreviewed ;
103103
spec:testScript
104-
<https://github.com/solid/specification-tests/blob/main/protocol/converted/test_5-9.feature> ;
104+
<https://github.com/solid-contrib/specification-tests/blob/main/protocol/converted/test_5-9.feature> ;
105105
dcterms:description "Check that Bob cannot delete Non-RDF resource when he is only authorized read-write on the container."@en .

0 commit comments

Comments
 (0)