diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-12 23:31:54 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-12 23:31:54 +0800 |
commit | a9b5c1b9cab3aee23b2df8f260ed935b36de257d (patch) | |
tree | 776947a515b1274b51a563760cf374d5a58a1ca3 /whisperTopic.cpp | |
parent | 49f995a890ee54e90650d839267bd24339c954f8 (diff) | |
parent | 696b5b3a493d7e9c8bee455bed24bdfcfe3a1fb0 (diff) | |
download | dexon-solidity-a9b5c1b9cab3aee23b2df8f260ed935b36de257d.tar.gz dexon-solidity-a9b5c1b9cab3aee23b2df8f260ed935b36de257d.tar.zst dexon-solidity-a9b5c1b9cab3aee23b2df8f260ed935b36de257d.zip |
Merge remote-tracking branch 'upstream/develop' into develop-evmcc
Diffstat (limited to 'whisperTopic.cpp')
-rw-r--r-- | whisperTopic.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/whisperTopic.cpp b/whisperTopic.cpp index 941c790e..c5e59332 100644 --- a/whisperTopic.cpp +++ b/whisperTopic.cpp @@ -32,7 +32,8 @@ BOOST_AUTO_TEST_SUITE(whisper) BOOST_AUTO_TEST_CASE(topic) { - g_logVerbosity = 20; + cnote << "Testing Whisper..."; +// g_logVerbosity = 0; bool started = false; unsigned result = 0; @@ -80,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); } |