> +
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.openstack.nova.v2_0.domain.InterfaceAttachment;
> +import org.jclouds.openstack.nova.v2_0.internal.BaseNovaApiExpectTest;
> +import org.jclouds.openstack.nova.v2_0.options.AttachInterfaceOptions;
> +import org.jclouds.openstack.nova.v2_0.parse.ParseInterfaceAttachmentTest;
> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +/**
> + *
> + */
> +@Test(groups = "unit", testName = "InterfaceApiTest")

Change name to "InterfaceApiExpectTest".

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

Reply via email to