diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-23 14:36:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-23 14:36:05 +0100 |
commit | 886341aca4951d4b5d3ea846d09c45cd0858fb57 (patch) | |
tree | 547fc031fb5177b0a8139154a6b681384f481512 /build | |
parent | c5cc0d87a86725e03b74d0c7377a7e4d7dab846b (diff) | |
parent | 928f11336160ce9f25ad21e891169502b050a65c (diff) | |
download | nextcloud-server-886341aca4951d4b5d3ea846d09c45cd0858fb57.tar.gz nextcloud-server-886341aca4951d4b5d3ea846d09c45cd0858fb57.zip |
Merge pull request #2816 from nextcloud/changing_how_favorites_are_serialized
Return explicit values instead of boolean from sabre (#26654)
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/favorites.feature | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/integration/features/favorites.feature b/build/integration/features/favorites.feature index ab6bf51f25c..9722948dac2 100644 --- a/build/integration/features/favorites.feature +++ b/build/integration/features/favorites.feature @@ -19,7 +19,7 @@ Feature: favorite And user "user0" unfavorites element "/FOLDER" Then as "user0" gets properties of folder "/FOLDER" with |{http://owncloud.org/ns}favorite| - And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "" + And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "0" Scenario: Favorite a file Given using old dav path @@ -38,7 +38,7 @@ Feature: favorite And user "user0" unfavorites element "/textfile0.txt" Then as "user0" gets properties of file "/textfile0.txt" with |{http://owncloud.org/ns}favorite| - And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "" + And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "0" Scenario: Favorite a folder new endpoint Given using new dav path @@ -57,7 +57,7 @@ Feature: favorite And user "user0" unfavorites element "/FOLDER" Then as "user0" gets properties of folder "/FOLDER" with |{http://owncloud.org/ns}favorite| - And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "" + And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "0" Scenario: Favorite a file new endpoint Given using new dav path @@ -76,7 +76,7 @@ Feature: favorite And user "user0" unfavorites element "/textfile0.txt" Then as "user0" gets properties of file "/textfile0.txt" with |{http://owncloud.org/ns}favorite| - And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "" + And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "0" Scenario: Get favorited elements of a folder Given using old dav path |