> +package org.jclouds.openstack.cinder.v1.features;
> +
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.openstack.cinder.v1.domain.VolumeQuota;
> +import org.jclouds.openstack.cinder.v1.internal.BaseCinderApiExpectTest;
> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +/**
> + * @author inbar stolberg
> + */
> +@Test(groups = "unit", testName = "QuotaApiExpectedTest")
> +public class QuotasApiExpectedTest extends BaseCinderApiExpectTest {

fixed

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

Reply via email to