Skip to content

Commit

Permalink
change the heartbeat test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 16, 2012
1 parent a63a948 commit 20a3f22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -896,7 +896,7 @@ public void testPurge() throws Exception {
@Test(timeout = 120000)
public void testHeartbeat() throws Exception {
logTestRunning();
final String checkHeartbeatSql = "select heartbeat_time from sym_node where external_id='"
final String checkHeartbeatSql = "select heartbeat_time from sym_node_host where node_id='"
+ TestConstants.TEST_CLIENT_EXTERNAL_ID + "'";
Date clientHeartbeatTimeBefore = getClient().getSqlTemplate().queryForObject(
checkHeartbeatSql, Timestamp.class);
Expand Down

0 comments on commit 20a3f22

Please sign in to comment.