Skip to content

Commit f89493e

Browse files
Merge pull request #1581 from solid/latest-test-suite
Latest test suite versions and support new content-type for patch
2 parents 5c341c7 + c5cc099 commit f89493e

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [10.x, 12.x]
2020
os: [ubuntu-latest]
2121

2222
steps:

lib/handlers/patch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const withLock = require('../lock')
1515
// Patch parsers by request body content type
1616
const PATCH_PARSERS = {
1717
'application/sparql-update': require('./patch/sparql-update-parser.js'),
18+
'application/sparql-update-single-match': require('./patch/sparql-update-parser.js'),
1819
'text/n3': require('./patch/n3-patch-parser.js')
1920
}
2021

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"nodemailer": "^6.5.0",
9494
"oidc-op-express": "^0.0.3",
9595
"owasp-password-strength-test": "^1.3.0",
96-
"rdflib": "^2.1.7",
96+
"rdflib": "^2.2.0",
9797
"recursive-readdir": "^2.2.2",
9898
"rimraf": "^3.0.2",
9999
"solid-namespace": "^0.5.0",

test/surface/run-solid-test-suite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ teardown || true
4545
setup
4646
waitForNss server
4747
runTests webid-provider-tests v2.0.3
48-
runTests solid-crud-tests v3.1.0
48+
runTests solid-crud-tests nss-skips
4949
waitForNss thirdparty
50-
runTests web-access-control-tests v4.0.0
50+
runTests web-access-control-tests v5.0.0
5151
teardown
5252

5353
# To debug, e.g. running web-access-control-tests jest interactively,

0 commit comments

Comments
 (0)