Some more test fixes.

This commit is contained in:
chriseth
2016-06-28 23:18:55 +02:00
parent e5db096da9
commit c0bbd1cfe5
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ BOOST_AUTO_TEST_CASE(auction_simple)
registrar.reserve(name);
BOOST_CHECK_EQUAL(registrar.owner(name), 0);
// "wait" until auction end
m_envInfo.setTimestamp(m_envInfo.timestamp() + m_biddingTime + 10);
m_rpc.test_modifyTimestamp(currentTimestamp() + m_biddingTime + 10);
// trigger auction again
registrar.reserve(name);
BOOST_CHECK_EQUAL(registrar.owner(name), m_sender);