> @@ -31,9 +32,9 @@
> import com.google.common.collect.ImmutableMap;
>
> @Test(groups = "live", testName = "AccountApiLiveTest")
> -public class AccountApiLiveTest extends BaseSwiftApiLiveTest {
> +public class AccountApiLiveTest<A extends SwiftApi> extends
> BaseSwiftApiLiveTest<SwiftApi> {
Same as commented above. If this is meant to be reused, better extend
`BaseSwiftApiLiveTest<A>`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9778821