> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpRequest.Builder;
> +import org.jclouds.http.HttpResponse;
> +import org.testng.annotations.Test;
> +
> +import com.abiquo.model.rest.RESTLink;
> +import com.abiquo.server.core.enterprise.EnterpriseDto;
> +import com.abiquo.server.core.enterprise.UsersDto;
> +
> +/**
> + * Expect tests for the {@link EnterpriseApi} class.
> + * 
> + * @author Carlos Garcia
> + */
> +@Test(groups = "unit", testName = "EnterpriseApiExpectTest")
> +public class EnterpriseApiExpectTest extends 
> BaseAbiquoApiExpectTest<EnterpriseApi> {

Again, indenting is 2-space rather than 3-space here.

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

Reply via email to