Skip to content

Commit

Permalink
fix test to work with changes to DataGapRouteReader
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 16, 2016
1 parent cb99ad9 commit 631edee
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1126,6 +1126,7 @@ public void testDontSelectOldDataDuringRouting() throws Exception {
.startSqlTransaction();
ChannelRouterContext context = new ChannelRouterContext(
TestConstants.TEST_ROOT_EXTERNAL_ID, testChannel, transaction);
context.setDataGaps(engine.getDataService().findDataGaps());
DataGapRouteReader reader = new DataGapRouteReader(context, engine);
reader.run();

Expand Down

0 comments on commit 631edee

Please sign in to comment.