@@ -14,14 +14,14 @@ Feature: external-storage
14
14
And As an "user1"
15
15
And accepting last share
16
16
When creating a share with
17
- | path | foo |
18
- | shareType | 3 |
17
+ | path | foo |
18
+ | shareType | 3 |
19
19
Then the OCS status code should be "100"
20
20
And the HTTP status code should be "200"
21
21
And Share fields of last share match with
22
- | id | A_NUMBER |
23
- | url | AN_URL |
24
- | token | A_TOKEN |
22
+ | id | A_NUMBER |
23
+ | url | AN_URL |
24
+ | token | A_TOKEN |
25
25
| mimetype | httpd /unix -directory |
26
26
27
27
Scenario : Shares don't overwrite external storage
@@ -66,9 +66,9 @@ Feature: external-storage
66
66
Scenario : Save an external storage with password provided by user
67
67
Given Logging in using web as "admin"
68
68
And logged in user creates external global storage
69
- | mountPoint | "ExternalStorageTest " |
70
- | backend | "owncloud " |
71
- | authMechanism | "password ::userprovided " |
69
+ | mountPoint | "ExternalStorageTest " |
70
+ | backend | "owncloud " |
71
+ | authMechanism | "password ::userprovided " |
72
72
| backendOptions | {"host ":"http ://localhost :8080 ","secure ":false } |
73
73
And fields of last external storage match with
74
74
| status | 2 |
@@ -80,9 +80,9 @@ Feature: external-storage
80
80
Scenario : Save an external storage again with an unmodified password provided by user
81
81
Given Logging in using web as "admin"
82
82
And logged in user creates external global storage
83
- | mountPoint | "ExternalStorageTest " |
84
- | backend | "owncloud " |
85
- | authMechanism | "password ::userprovided " |
83
+ | mountPoint | "ExternalStorageTest " |
84
+ | backend | "owncloud " |
85
+ | authMechanism | "password ::userprovided " |
86
86
| backendOptions | {"host ":"http ://localhost :8080 ","secure ":false } |
87
87
And fields of last external storage match with
88
88
| status | 2 |
@@ -96,9 +96,9 @@ Feature: external-storage
96
96
Scenario : Save an external storage with global credentials provided by user
97
97
Given Logging in using web as "admin"
98
98
And logged in user creates external global storage
99
- | mountPoint | "ExternalStorageTest " |
100
- | backend | "owncloud " |
101
- | authMechanism | "password ::global ::user " |
99
+ | mountPoint | "ExternalStorageTest " |
100
+ | backend | "owncloud " |
101
+ | authMechanism | "password ::global ::user " |
102
102
| backendOptions | {"host ":"http ://localhost :8080 ","secure ":false } |
103
103
And fields of last external storage match with
104
104
| status | 2 |
@@ -110,9 +110,9 @@ Feature: external-storage
110
110
Scenario : Save an external storage again with unmodified global credentials provided by user
111
111
Given Logging in using web as "admin"
112
112
And logged in user creates external global storage
113
- | mountPoint | "ExternalStorageTest " |
114
- | backend | "owncloud " |
115
- | authMechanism | "password ::global ::user " |
113
+ | mountPoint | "ExternalStorageTest " |
114
+ | backend | "owncloud " |
115
+ | authMechanism | "password ::global ::user " |
116
116
| backendOptions | {"host ":"http ://localhost :8080 ","secure ":false } |
117
117
And fields of last external storage match with
118
118
| status | 2 |
0 commit comments