Add integration tests for transferring files of a user with a risky name
The files:transfer-ownership performs a sanitization of users with
"risky" display names (including characters like "\" or "/").
In order to allow (escaped) double quotes in the display name the
regular expression used in the "user XXX with displayname YYY exists"
step had to be adjusted.
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
Showing
- build/integration/features/bootstrap/CommandLineContext.php 8 additions, 0 deletionsbuild/integration/features/bootstrap/CommandLineContext.php
- build/integration/features/bootstrap/Provisioning.php 1 addition, 1 deletionbuild/integration/features/bootstrap/Provisioning.php
- build/integration/features/transfer-ownership.feature 32 additions, 0 deletionsbuild/integration/features/transfer-ownership.feature
Loading
Please register or sign in to comment