Skip to content

Commit 3ac5edd

Browse files
Latest test suite versions and support new content-type for patch
1 parent 0fb4548 commit 3ac5edd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

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 latest
4949
waitForNss thirdparty
50-
runTests web-access-control-tests v4.0.0
50+
runTests web-access-control-tests latest
5151
teardown
5252

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

0 commit comments

Comments
 (0)