> +import org.testng.annotations.AfterClass;
> +import org.testng.annotations.BeforeClass;
> +
> +//import java.util.Arrays;
> +import java.util.HashMap;
> +//import java.util.Map;
> +//import java.util.logging.Level;
> +//import java.util.logging.Logger;
> +
> +public class BaseAzureComputeApiLiveTest extends 
> AbstractAzureComputeApiLiveTest {
> +   public static final String LOCATION = "westeurope";
> +   private String resourceGroupName = null;
> +
> +   protected String getSubscriptionId() {
> +      String subscriptionId = null;
> +      if 
> (System.getProperties().containsKey("test.azurecompute-arm.subscriptionid"))

System.getProperty returns null, so this check is redundant

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/250/files/f7cc1b437f11378e105bba552e3cfee9d7491872#r57580208

Reply via email to