mirror of https://github.com/apache/jclouds.git
thread safety in test
This commit is contained in:
parent
52822b9594
commit
5abd10f36c
|
@ -32,7 +32,7 @@ import java.util.Map;
|
||||||
import static org.testng.Assert.assertEquals;
|
import static org.testng.Assert.assertEquals;
|
||||||
import static org.testng.Assert.assertTrue;
|
import static org.testng.Assert.assertTrue;
|
||||||
|
|
||||||
@Test
|
@Test(singleThreaded = true, testName="OptionsConverterTest")
|
||||||
public class OptionsConverterTest {
|
public class OptionsConverterTest {
|
||||||
|
|
||||||
private static final Map<Long,Network> EMPTY_NETWORKS_MAP = Collections.<Long, Network>emptyMap();
|
private static final Map<Long,Network> EMPTY_NETWORKS_MAP = Collections.<Long, Network>emptyMap();
|
||||||
|
|
Loading…
Reference in New Issue