18941: Tweak the prefetch thread max to 7
[arvados.git] / services / keep-web / cadaver_test.go
index 0017a395527a07d4f2ecc401cea628ec15f3acf6..e965a6e8c2de1d0a445360f5c8a047df7e5cc68f 100644 (file)
@@ -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",