Skip to content

Commit

Permalink
Merge branch '3.7' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.7
  • Loading branch information
mmichalek committed Jan 15, 2016
2 parents 3be82c1 + c3ecded commit 3b7d995
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1041,7 +1041,7 @@ public void testDataGapExpired() throws Exception {

Calendar time = Calendar.getInstance();
time.add(Calendar.DATE, -10);
getSqlTemplate().update("update sym_data set create_time=?", time.getTime());
getSqlTemplate().update("update sym_data_gap set create_time=?", time.getTime());

routeAndCreateGaps();
;
Expand Down

0 comments on commit 3b7d995

Please sign in to comment.