fixed hand in trmk tests

This commit is contained in:
Adrian Cole 2011-01-05 11:27:35 +01:00
parent 2e436741bd
commit 05c2a40259
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ import domain.VCloudVersionsAsyncClient;
* @author Adrian Cole
*/
// 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 void testNetwork() throws SecurityException, NoSuchMethodException, IOException {
Method method = TerremarkECloudAsyncClient.class.getMethod("getNetwork", URI.class);