> +import javax.annotation.Resource;
> +import javax.inject.Named;
> +import java.io.IOException;
> +import java.util.Set;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertTrue;
> +
> +/**
> + * @author Andrea Turli
> + */
> +@Test(groups = "live", testName = 
> "GoogleComputeEngineComputeServiceLiveTest")
> +public class GoogleComputeEngineComputeServiceLiveTest extends 
> BaseGoogleComputeEngineApiLiveTest {
> +
> +   public static final String TEST_LAUNCH_CLUSTER = "experiment";
> +   @Resource

[minor] Blank line before this?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/20/files#r11358822

Reply via email to