Hopefully fixed test. Still very brittle though.

This commit is contained in:
David Montag
2011-03-18 00:19:12 -07:00
parent 5e3a1bc877
commit 87a90aeab2

View File

@@ -45,7 +45,9 @@ public class IndexingNodeTypeStrategyTest {
@Before
public void setUp() throws Exception {
createThings();
if (thing == null) {
createThings();
}
}
@Test