Renable intergration test

This commit is contained in:
Roeland Jago Douma 2015-12-15 10:38:34 +01:00
parent 3666c34a19
commit 01aa03341a
1 changed files with 14 additions and 17 deletions

View File

@ -231,23 +231,20 @@ Feature: sharing
And User "user2" should be included in the response And User "user2" should be included in the response
And User "user3" should not be included in the response And User "user3" should not be included in the response
# Skip this test for now. Since the new shares do not create reshares Scenario: getting all shares of a file with reshares
# TODO enable when getshares is updated Given user "user0" exists
# And user "user1" exists
# Scenario: getting all shares of a file with reshares And user "user2" exists
# Given user "user0" exists And user "user3" exists
# And user "user1" exists And file "textfile0.txt" of user "user0" is shared with user "user1"
# And user "user2" exists And file "textfile0 (2).txt" of user "user1" is shared with user "user2"
# And user "user3" exists And As an "user0"
# And file "textfile0.txt" of user "user0" is shared with user "user1" When sending "GET" to "/apps/files_sharing/api/v1/shares?reshares=true&path=textfile0.txt"
# And file "textfile0.txt" of user "user1" is shared with user "user2" Then the OCS status code should be "100"
# And As an "user0" And the HTTP status code should be "200"
# When sending "GET" to "/apps/files_sharing/api/v1/shares?reshares=true&path=textfile0.txt" And User "user1" should be included in the response
# Then the OCS status code should be "100" And User "user2" should be included in the response
# And the HTTP status code should be "200" And User "user3" should not be included in the response
# And User "user1" should be included in the response
# And User "user2" should be included in the response
# And User "user3" should not be included in the response
Scenario: getting share info of a share Scenario: getting share info of a share
Given user "user0" exists Given user "user0" exists