> +import java.net.URI;
> +
> +import org.easymock.EasyMock;
> +import org.easymock.IArgumentMatcher;
> +import org.testng.annotations.Test;
> +
> +/**
> + *
> + * @author Timur Sungur
> + */
> +@Test(groups = "unit", testName = "OrionErrorHandlerTest")
> +public class OrionErrorHandlerTest {
> +
> + @Test
> + public void test409MakesIllegalStateException() {
> + assertCodeMakes(
Indent doesn't follow jclouds convention.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/45/files#r14715704