> @@ -66,8 +66,8 @@ public void testCreateFloatingIP() throws IOException, > InterruptedException, URI > */ > assertEquals(server.getRequestCount(), 3); > assertAuthentication(server); > - assertExtensions(server, "/v2.0"); > - assertRequest(server.takeRequest(), "POST", "/v2.0/floatingips", > "/floatingip_create_request.json"); > + assertExtensions(server, uri_api_version + "");
why are we naming variables in java using lower-snake-case? totally not idiomatic --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20174989
