BugFix for unit test

This commit is contained in:
Mark DePristo 2011-09-07 14:54:10 -04:00
parent 0037b61e5d
commit 9127849f5d
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ public class TraverseReadsUnitTest extends BaseTest {
Object accumulator = countReadWalker.reduceInit();
while (shardStrategy.hasNext()) {
traversalEngine.startTimersIfNecessary();
Shard shard = shardStrategy.next();
if (shard == null) {