Skip to content

Commit

Permalink
Removed quota check fixed only in >9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBertolinSG committed Jul 13, 2016
1 parent 572cf49 commit 68ce236
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build/integration/features/sharing-v1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -511,17 +511,6 @@ Feature: sharing
And user "user1" should see following elements
| /myFOLDER/myTMP/ |

Scenario: Check quota of owners parent directory of a shared file
Given using dav path "remote.php/webdav"
And As an "admin"
And user "user0" exists
And user "user1" exists
And user "user1" has a quota of "0"
And User "user0" moved file "/welcome.txt" to "/myfile.txt"
And file "myfile.txt" of user "user0" is shared with user "user1"
When User "user1" uploads file "data/textfile.txt" to "/myfile.txt"
Then the HTTP status code should be "204"

Scenario: Allow modification of reshare
Given user "user0" exists
And user "user1" exists
Expand Down

0 comments on commit 68ce236

Please sign in to comment.