mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 11:06:05 +00:00
fixed hand in trmk tests
This commit is contained in:
parent
2e436741bd
commit
05c2a40259
@ -96,7 +96,7 @@ import domain.VCloudVersionsAsyncClient;
|
|||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
// NOTE:without testName, this will not call @Before* and fail w/NPE during surefire
|
// NOTE:without testName, this will not call @Before* and fail w/NPE during surefire
|
||||||
@Test(groups = "unit", testName = "TerremarkECloudAsyncClientTest")
|
@Test(groups = "unit", sequential=true, testName = "TerremarkECloudAsyncClientTest")
|
||||||
public class TerremarkECloudAsyncClientTest extends RestClientTest<TerremarkECloudAsyncClient> {
|
public class TerremarkECloudAsyncClientTest extends RestClientTest<TerremarkECloudAsyncClient> {
|
||||||
public void testNetwork() throws SecurityException, NoSuchMethodException, IOException {
|
public void testNetwork() throws SecurityException, NoSuchMethodException, IOException {
|
||||||
Method method = TerremarkECloudAsyncClient.class.getMethod("getNetwork", URI.class);
|
Method method = TerremarkECloudAsyncClient.class.getMethod("getNetwork", URI.class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user