diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-04-20 14:52:04 +0000 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-02 09:31:22 +0200 |
commit | 661ab1a8c51ec251c44f76c7d58484ff14003336 (patch) | |
tree | 99ef00cbf9abbb69cc8829fae7062c93ad31e01b /build | |
parent | 9b875db8b8c264f8e98dc9fe0096d3bd4cb90e26 (diff) | |
download | nextcloud-server-661ab1a8c51ec251c44f76c7d58484ff14003336.tar.gz nextcloud-server-661ab1a8c51ec251c44f76c7d58484ff14003336.zip |
Modified expected output according to rullzer
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 3 | ||||
-rw-r--r-- | build/integration/features/sharing-v1.feature | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 5041f18b1b0..d44903c2743 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -506,5 +506,6 @@ Feature: provisioning And assure user "user0" is disabled And As an "user0" When sending "GET" to "/index.php/apps/files" - Then the HTTP status code should be "503" + Then the OCS status code should be "999" + And the HTTP status code should be "200" diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index a602ea40a9c..79d7617f024 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -707,4 +707,5 @@ Feature: sharing | path | welcome.txt | | shareWith | user1 | | shareType | 0 | - Then the HTTP status code should be "503" + Then the OCS status code should be "997" + And the HTTP status code should be "401" |