> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.rest.internal.BaseRestClientExpectTest;
> +import org.jclouds.softlayer.SoftLayerClient;
> +import org.jclouds.softlayer.domain.ProductPackage;
> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +/**
> + *
> + * @author Adrian Cole
> + */
> +@Test(groups = "unit", testName = "AccountClientExpectTest")
> +public class AccountClientExpectTest extends
> BaseRestClientExpectTest<SoftLayerClient> {
Bad indents in this file
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r7000496