aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-25 19:55:28 +0100
committerLukas Reschke <lukas@owncloud.com>2016-02-25 19:55:28 +0100
commit8b8dcca6c55cb8d7151826fcf86a8b6a25ca4dfb (patch)
treea399fd4fa68fc1a6bca38bb87d19350a095f9e58 /build
parent5780ba611e6db84719e709b3fe03d08fd8ef58f0 (diff)
downloadnextcloud-server-8b8dcca6c55cb8d7151826fcf86a8b6a25ca4dfb.tar.gz
nextcloud-server-8b8dcca6c55cb8d7151826fcf86a8b6a25ca4dfb.zip
Fix typo
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/webdav-related.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 0d2cefa8b80..c4623a01ba2 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -62,7 +62,7 @@ Feature: sharing
|X-XSS-Protection|1; mode=block|
And Downloaded content should start with "Welcome to your ownCloud account!"
- Scenario: Doing a GET with a web login should work without CSRF token on the nwe backend
+ Scenario: Doing a GET with a web login should work without CSRF token on the new backend
Given Logging in using web as "admin"
When Sending a "GET" to "/remote.php/dav/files/admin/welcome.txt" without requesttoken
Then Downloaded content should start with "Welcome to your ownCloud account!"
ighlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
1.2.4