> + *
> + * @author David Alves
> + */
> +public class ZoneOperationApiLiveTest extends
> BaseGoogleComputeEngineApiLiveTest {
> +
> + private static final String METADATA_ITEM_KEY =
> "operationLiveTestTestProp";
> + private static final String METADATA_ITEM_VALUE =
> "operationLiveTestTestValue";
> + private Operation addOperation;
> + private Operation deleteOperation;
> +
> + private ZoneOperationApi api() {
> + return api.getZoneOperationApiForProject(userProject.get());
> + }
> +
> +
> +// @Test(groups = "live")
Why commented out?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362972