19889: Remove unneeded workaround for not saving empty dirs.
[arvados.git] / services / keep-web / cadaver_test.go
index 742140f7f347d34f1c815f1712a3b39a84a8bf13..026deeb5ee4d52dddd71981d1fb7823802b4c31f 100644 (file)
@@ -142,6 +142,11 @@ func (s *IntegrationSuite) testCadaver(c *check.C, password string, pathFunc fun
                        cmd:   "move \"test &#!%20 file\" testfile\n",
                        match: `(?ms).*Moving .* succeeded.*`,
                },
+               {
+                       path:  writePath,
+                       cmd:   "mkcol newdir0/\n",
+                       match: `(?ms).*Creating .* succeeded.*`,
+               },
                {
                        path:  writePath,
                        cmd:   "move testfile newdir0/\n",