thread safety in test

This commit is contained in:
Adrian Cole 2012-01-10 17:49:06 -08:00
parent 52822b9594
commit 5abd10f36c
1 changed files with 1 additions and 1 deletions

View File

@ -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();