From 5abd10f36cb50b93519caea8eeca55d6bb76f21d Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 10 Jan 2012 17:49:06 -0800 Subject: [PATCH] thread safety in test --- .../cloudstack/compute/strategy/OptionsConverterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/strategy/OptionsConverterTest.java b/apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/strategy/OptionsConverterTest.java index 72b1ad0d99..af11e90524 100644 --- a/apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/strategy/OptionsConverterTest.java +++ b/apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/strategy/OptionsConverterTest.java @@ -32,7 +32,7 @@ import java.util.Map; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; -@Test +@Test(singleThreaded = true, testName="OptionsConverterTest") public class OptionsConverterTest { private static final Map EMPTY_NETWORKS_MAP = Collections.emptyMap();