> @@ -163,11 +163,11 @@ public void alreadyCreated() throws Exception { > /** upper-cases first char, and lower-cases rest!! **/ > public void getKnowingServerMessesWithMetadataKeyCaseFormat() throws > Exception { > MockWebServer server = mockOpenStackServer(); > - server.enqueue(new MockResponse().setBody(accessRackspace)); > - server.enqueue(containerResponse() // > + server.enqueue(addCommonHeaders(new > MockResponse().setBody(stringFromResource("/access.json")))); > + server.enqueue(addCommonHeaders(containerResponse() //
I have to mostly agree with what @everett-toews said above. I would also suggest the following: 1) Remove IDE control metacode and 2) the Eclipse source-control formatter for jclouds should live in github (or, second option, the wiki) so it can be edited collaboratively as needed. I am specifically thinking Github, as changes to something like that usually come with ... discussions. Now the reason I think this is important is that (and correct me if I am wrong) having it easily available and accessible will reduce barriers for new jclouds developers. As for the current location of the formatter... I will have to check my old email. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8951854