Skip to content

Commit d174437

Browse files
committed
Update changelog
1 parent dba805b commit d174437

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Solid Specification Conformance Tests
22

3+
## Release 0.0.15
4+
* Add access control tests for reading non-existing resources and improve tests in this area.
5+
36
## Release 0.0.14
4-
* Fix tests where scenarios are generated by a function (due to Karate change)
7+
* Fix tests where scenarios are generated by a function (due to Karate change).
58

69
## Release 0.0.12
710
* Use harness API to test sending requests without a content type header.

test-subjects.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
doap:homepage <https://inrupt.com/products/enterprise-solid-server> ;
1919
doap:description "A production-grade Solid server produced and supported by Inrupt."@en ;
2020
doap:programming-language "Java"@en ;
21-
solid-test:skip "wac", "wac-allow-public", "publicagent" ;
21+
solid-test:skip "wac", "wac-allow-public" ;
2222
rdfs:comment "This version of ESS implements ACP for access control instead of WAC. Whilst it does not therefore conform to that aspect of the specification the access control tests are still run in order to assess the equivalent capabilities in this implementation."@en ;
2323
rdfs:comment "Access for anonymous users is not supported nor required by Solid specifications so tests that depend on this are not run."@en.
2424

@@ -51,8 +51,8 @@
5151
solid-test:skip "acp" .
5252

5353
<nss#test-subject-release>
54-
doap:revision "5.7.1"@en ;
55-
doap:created "2022-03-23"^^xsd:date .
54+
doap:revision "5.7.3"@en ;
55+
doap:created "2022-09-22"^^xsd:date .
5656

5757
<trinpod>
5858
a earl:Software, earl:TestSubject ;

0 commit comments

Comments
 (0)