Mockwebserver 2.1.0 does not bind the localhost address but the public address. That makes the test to fail if we hardcode the server URL to 'localhost'. The server.getUrl() method should be used instead. You can merge this Pull Request by running:
git pull https://github.com/nacx/jclouds-labs-google okhttp-2.1.0 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-labs-google/pull/103 -- Commit Summary -- * Upgrade to OkHttp 2.1.0 -- File Changes -- M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/internal/BaseGoogleComputeEngineApiMockTest.java (2) -- Patch Links -- https://github.com/jclouds/jclouds-labs-google/pull/103.patch https://github.com/jclouds/jclouds-labs-google/pull/103.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/103
