File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55* Ensure container created correctly on slash semantic tests.
66* Update default test subjects for latest releases.
77* For tests posting to a non-existent target, 405 is a valid response if target is not a container.
8- * Add tests for support of read methods
8+ * Add tests for support of read methods.
9+ * Fix CORS tests so ` Access-Control-Allow-Credentials ` is not expected when not required.
910
1011## Release 0.0.11
1112* Moved repository to ` solid-contrib ` organization.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Use the script with the `-d` option to use the local tests:
6969./run.sh -d . css
7070` ` `
7171# # Creating a script for a CI workflow
72- If you just want to run tests against a single test subject, for examnple in a CI workflow, you can create a script such
72+ If you just want to run tests against a single test subject, for example in a CI workflow, you can create a script such
7373as this one which will run the tests embedded in the latest published CTH image:
7474` ` ` shell
7575#! /bin/bash
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ while getopts "lhd:e:" arg; do
135135 e)
136136 envfile=" ${OPTARG} "
137137 ;;
138+ * )
139+ ;;
138140 esac
139141done
140142
You can’t perform that action at this time.
0 commit comments