You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a slight difference between the /ocm-provider/ JSON from Nextcloud and from ownCloud. This is the one from ownCloud, compared to the one from Nextcloud:
cd ./testers/open-cloud-mesh/tester
npm install
SERVER_ROOT=https://demo.owncloud.org npm run jest
>[email protected] jest /Users/michiel/gh/pdsinterop/test-suites/testers/open-cloud-mesh/tester
> jest
FAIL test/surface/discovery.test.ts
● Discovery at /ocm-provider/ › contains service description
expect(received).toEqual(expected) // deep equality
- Expected - 6
+ Received + 2
Object {
"apiVersion": "1.0-proposal1",
"enabled": true,
- "endPoint": "https://localhost/ocm",
- "resourceTypes": Array [
+ "endPoint": "https://demo.owncloud.org/apps/federatedfilesharing",
+ "shareTypes": Array [
Object {
"name": "file",
"protocols": Object {
"webdav": "/public.php/webdav/",
},
- "shareTypes": Array [
- "user",
- "group",
- ],
},
],
}
The text was updated successfully, but these errors were encountered:
michielbdejong
changed the title
Open Cloud Mesh test suite
Mismatches in /ocm-provider/ contents
Aug 10, 2020
There's a slight difference between the
/ocm-provider/
JSON from Nextcloud and from ownCloud. This is the one from ownCloud, compared to the one from Nextcloud:The text was updated successfully, but these errors were encountered: