> @@ -178,7 +182,32 @@ public void testReplace() throws Exception {
> }
> }
>
> - public void testReplace408Retry() throws Exception {
> + public void testCreateWithSpacesAndSpecialCharacters() throws Exception {
> + MockWebServer server = mockOpenStackServer();
> + server.enqueue(addCommonHeaders(new
> MockResponse().setBody(stringFromResource("/access.json"))));
> + server.enqueue(addCommonHeaders(new
> MockResponse().setResponseCode(201).addHeader("ETag",
> "d9f5eb4bba4e2f2f046e54611bc8196b")));
> +
> + final String containerName = "container # ! special";
> + final String objectName = "object # ! special";
Here and in a couple more places as well :)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/104/files#r12976213