You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/acceptance/features/coreApiVersions/fileVersions.feature
+11-23Lines changed: 11 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,12 @@ Feature: dav-versions
20
20
| spaces |
21
21
22
22
23
-
Scenario Outline: upload file and no version is available using various chunking methods (except new chunking)
24
-
Given using <dav-path-version> DAV path
25
-
When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms except new chunking using the WebDAV API
23
+
Scenario: upload file and no version is available using various chunking methods
24
+
When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API
26
25
Then the HTTP status code of all upload responses should be "201"
27
-
And the version folder of file "/davtest.txt-olddav-regular" for user "Alice" should contain "0" elements
28
-
And the version folder of file "/davtest.txt-newdav-regular" for user "Alice" should contain "0" elements
29
-
And the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "0" elements
30
-
Examples:
31
-
| dav-path-version |
32
-
| old |
33
-
| new |
34
-
| spaces |
26
+
And the version folder of file "/davtest.txt-1dav-regular" for user "Alice" should contain "0" elements
27
+
And the version folder of file "/davtest.txt-2dav-regular" for user "Alice" should contain "0" elements
28
+
And the version folder of file "/davtest.txt-3dav-3chunking" for user "Alice" should contain "0" elements
35
29
36
30
@smokeTest
37
31
Scenario Outline: upload a file twice and versions are available
@@ -48,19 +42,13 @@ Feature: dav-versions
48
42
| spaces |
49
43
50
44
51
-
Scenario Outline: upload a file twice and versions are available using various chunking methods (except new chunking)
52
-
Given using <dav-path-version> DAV path
53
-
When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms except new chunking using the WebDAV API
54
-
And user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms except new chunking using the WebDAV API
45
+
Scenario: upload a file twice and versions are available using various chunking methods
46
+
When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API
47
+
And user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API
55
48
Then the HTTP status code of all upload responses should be between "201" and "204"
56
-
And the version folder of file "/davtest.txt-olddav-regular" for user "Alice" should contain "1" element
57
-
And the version folder of file "/davtest.txt-newdav-regular" for user "Alice" should contain "1" element
58
-
And the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "1" element
59
-
Examples:
60
-
| dav-path-version |
61
-
| old |
62
-
| new |
63
-
| spaces |
49
+
And the version folder of file "/davtest.txt-1dav-regular" for user "Alice" should contain "1" element
50
+
And the version folder of file "/davtest.txt-2dav-regular" for user "Alice" should contain "1" element
51
+
And the version folder of file "/davtest.txt-3dav-3chunking" for user "Alice" should contain "1" element
0 commit comments