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
parent 3cd242502d
commit 557445db57
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;