Skip to content

Commit

Permalink
Modified expected output according to rullzer
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBertolinSG authored and DeepDiver1975 committed May 2, 2016
1 parent 9b875db commit 661ab1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/integration/features/provisioning-v1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"

3 changes: 2 additions & 1 deletion build/integration/features/sharing-v1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 661ab1a

Please sign in to comment.