fixed unit test to be single-threaded as mocks aren't threadsafe

This commit is contained in:
Adrian Cole 2011-09-30 10:49:25 -07:00 committed by Jason King
parent 08fd5cd1eb
commit bd8d02d1d5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.testng.annotations.Test;
*
* @author Aled Sage
*/
@Test
@Test(singleThreaded = true, testName = "NodePredicatesTest")
public class NodePredicatesTest {
private NodeMetadata node;