[ARVADOS] updated: 2.1.0-615-g6d5f086b5
Git user
git at public.arvados.org
Wed Mar 31 15:47:12 UTC 2021
Summary of changes:
services/keep-web/cadaver_test.go | 10 ++++++++++
1 file changed, 10 insertions(+)
via 6d5f086b5db6f28b12dcb2279770bc8e77dce546 (commit)
from 2b385b5483cedd3a26f663318a3171fa8dea9e00 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6d5f086b5db6f28b12dcb2279770bc8e77dce546
Author: Tom Clegg <tom at curii.com>
Date: Wed Mar 31 11:45:16 2021 -0400
Add test cases for special chars in filename.
closes #17422
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/services/keep-web/cadaver_test.go b/services/keep-web/cadaver_test.go
index 0017a3955..e965a6e8c 100644
--- a/services/keep-web/cadaver_test.go
+++ b/services/keep-web/cadaver_test.go
@@ -134,6 +134,16 @@ func (s *IntegrationSuite) testCadaver(c *check.C, password string, pathFunc fun
match: `(?ms).*succeeded.*`,
data: testdata,
},
+ {
+ path: writePath,
+ cmd: "move testfile \"test &#!%20 file\"\n",
+ match: `(?ms).*Moving .* succeeded.*`,
+ },
+ {
+ path: writePath,
+ cmd: "move \"test &#!%20 file\" testfile\n",
+ match: `(?ms).*Moving .* succeeded.*`,
+ },
{
path: writePath,
cmd: "move testfile newdir0/\n",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list