> assertAuthentication(server);
> assertRequest(server.takeRequest(), "PUT",
> "/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9/container-1");
> + } finally {
> + server.shutdown();
> + }
> + }
> +
> + public void testEnableFail() throws Exception {Which failure are we testing here? Something to do with a 404? In that case, describe that in the test name? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/85/files#r10956016
