mirror of https://github.com/apache/jclouds.git
fixing and moving tests after upstream merge
This commit is contained in:
parent
60528df8c6
commit
80604e98e6
|
@ -20,6 +20,7 @@ package org.jclouds.openstack.nova.v1_1.features;
|
|||
|
||||
import org.jclouds.openstack.nova.v1_1.domain.SecurityGroup;
|
||||
import org.jclouds.openstack.nova.v1_1.domain.SecurityGroupRule;
|
||||
import org.jclouds.openstack.nova.v1_1.extensions.SecurityGroupClient;
|
||||
import org.jclouds.openstack.nova.v1_1.internal.BaseNovaClientLiveTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
|
|
|
@ -30,8 +30,6 @@ import org.testng.annotations.Test;
|
|||
|
||||
import javax.ws.rs.Consumes;
|
||||
import javax.ws.rs.core.MediaType;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -46,6 +44,7 @@ public class ParseKeyPairTest extends BaseItemParserTest<KeyPair> {
|
|||
}
|
||||
|
||||
@Override
|
||||
@SelectJson("keypair")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
public KeyPair expected() {
|
||||
return KeyPair
|
||||
|
|
Loading…
Reference in New Issue