diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-02 21:18:20 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-02 21:18:20 +0200 |
commit | 554d0c58c370edf8b8237f394b37949d775edb30 (patch) | |
tree | d4ba24ddb2773e405f827c4949c58f234044594b /build | |
parent | e011065a085db7b6195256f6d53bb01a652bcee1 (diff) | |
download | nextcloud-server-554d0c58c370edf8b8237f394b37949d775edb30.tar.gz nextcloud-server-554d0c58c370edf8b8237f394b37949d775edb30.zip |
Fix size
Nextcloud has a letter (byte) more than ownCloud. So update test
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/webdav-related.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index 4a92c65d057..01d437f519f 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -85,7 +85,7 @@ Feature: webdav-related And user "user0" adds a file of 93 bytes to "/prueba.txt" When as "user0" gets properties of folder "/" with |{DAV:}quota-available-bytes| - Then the single response should contain a property "{DAV:}quota-available-bytes" with value "600" + Then the single response should contain a property "{DAV:}quota-available-bytes" with value "592" Scenario: Retrieving folder quota when quota is set and a file was recieved Given using dav path "remote.php/webdav" @@ -97,7 +97,7 @@ Feature: webdav-related And file "user0.txt" of user "user0" is shared with user "user1" When as "user1" gets properties of folder "/" with |{DAV:}quota-available-bytes| - Then the single response should contain a property "{DAV:}quota-available-bytes" with value "693" + Then the single response should contain a property "{DAV:}quota-available-bytes" with value "685" Scenario: download a public shared file with range Given user "user0" exists |