diff options
author | Gav Wood <i@gavwood.com> | 2014-12-12 22:31:24 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-12-12 22:31:24 +0800 |
commit | 73a2647474251168cde3febc6708eaa4d751e19d (patch) | |
tree | b2feaffb2c4da4be796821a1088b3f526c8936e3 /whisperTopic.cpp | |
parent | c9ccbe2562c35ecb957dc52f72dfc9c9555335e5 (diff) | |
download | dexon-solidity-73a2647474251168cde3febc6708eaa4d751e19d.tar.gz dexon-solidity-73a2647474251168cde3febc6708eaa4d751e19d.tar.zst dexon-solidity-73a2647474251168cde3febc6708eaa4d751e19d.zip |
Fix tests.
Diffstat (limited to 'whisperTopic.cpp')
-rw-r--r-- | whisperTopic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/whisperTopic.cpp b/whisperTopic.cpp index 1c8e7483..c5e59332 100644 --- a/whisperTopic.cpp +++ b/whisperTopic.cpp @@ -33,7 +33,7 @@ BOOST_AUTO_TEST_SUITE(whisper) BOOST_AUTO_TEST_CASE(topic) { cnote << "Testing Whisper..."; - g_logVerbosity = 0; +// g_logVerbosity = 0; bool started = false; unsigned result = 0; @@ -81,7 +81,7 @@ BOOST_AUTO_TEST_CASE(topic) } listener.join(); - g_logVerbosity = 0; +// g_logVerbosity = 0; BOOST_REQUIRE_EQUAL(result, 1 + 9 + 25 + 49 + 81); } |