Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2016-11-18 12:38:15 +0300
committerSergio Bertolin <sbertolin@solidgear.es>2016-11-18 12:38:15 +0300
commit738c5e7199a1ce1f56b25670e089ec5c43a7b173 (patch)
treebf54bf96ad01bde088d9b8195d5a70ead7c61568 /build
parentf6d1e52ecc57a312ce6986670579725d9f283a96 (diff)
Changed nothing for 0 because of previous sabre dav version
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/favorites.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/favorites.feature b/build/integration/features/favorites.feature
index 550ae31c2f1..a88ac13a64a 100644
--- a/build/integration/features/favorites.feature
+++ b/build/integration/features/favorites.feature
@@ -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,4 +76,4 @@ 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"