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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSushmita Poudel <66173400+sushmita56@users.noreply.github.com>2022-02-16 14:29:22 +0300
committerGitHub <noreply@github.com>2022-02-16 14:29:22 +0300
commit692f5fc1f3af11857dc4d93fff7f7b9d7dad1008 (patch)
tree22a64944fdd888204eaa275196c071bd385dd4b3 /test
parent80456cb5589b8fd6ba72ce9432d0b9c9fb2aa9be (diff)
refactored invalid sytem name tests (#9445)
Diffstat (limited to 'test')
-rw-r--r--test/gui/tst_syncing/test.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gui/tst_syncing/test.feature b/test/gui/tst_syncing/test.feature
index f18c4c298..69c26a8a4 100644
--- a/test/gui/tst_syncing/test.feature
+++ b/test/gui/tst_syncing/test.feature
@@ -279,16 +279,16 @@ Feature: Syncing files
Scenario: Invalid system names are synced in linux
Given user "Alice" has set up a client with default settings
- And user "Alice" has created folder "COM" on the server
+ And user "Alice" has created folder "CON" on the server
And user "Alice" has created folder "test%" on the server
And user "Alice" has uploaded file on the server with content "server content" to "/PRN"
And user "Alice" has uploaded file on the server with content "server content" to "/foo%"
When the user waits for the files to sync
- Then the folder "COM" should exist on the file system
+ Then the folder "CON" should exist on the file system
And the folder "test%" should exist on the file system
And the file "PRN" should exist on the file system
And the file "foo%" should exist on the file system
- And as "Alice" folder "COM" should exist on the server
+ And as "Alice" folder "CON" should exist on the server
And as "Alice" folder "test%" should exist on the server
And as "Alice" file "/PRN" should exist on the server
And as "Alice" file "/foo%" should exist on the server