Welcome to mirror list, hosted at ThFree Co, Russian Federation.

webdav-related.feature « features « integration « build - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27d354644d04c70081656e3fe2fe87a69339e841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Feature: sharing
  Background:
	Given using api version "1"

  Scenario: moving a file old way
	Given using dav path "remote.php/webdav"
	And As an "admin"
	And user "user0" exists
	When User "user0" moves file "/textfile0.txt" to "/FOLDER/textfile0.txt"
	Then the HTTP status code should be "201"