aboutsummaryrefslogtreecommitdiffstats
path: root/whisperTopic.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-02-20 00:56:42 +0800
committerGav Wood <i@gavwood.com>2015-02-20 00:56:42 +0800
commit211ba446fe554b69957ceeefa50b1cc29ebb147a (patch)
tree4287107e96247e0cb5435cf2ef980f641953cadc /whisperTopic.cpp
parent98739c362a9ca0d1410518d667956a406d63afa8 (diff)
downloaddexon-solidity-211ba446fe554b69957ceeefa50b1cc29ebb147a.tar.gz
dexon-solidity-211ba446fe554b69957ceeefa50b1cc29ebb147a.tar.zst
dexon-solidity-211ba446fe554b69957ceeefa50b1cc29ebb147a.zip
Fix gas limit.
Disable whisper test until alex fixes networking.
Diffstat (limited to 'whisperTopic.cpp')
-rw-r--r--whisperTopic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/whisperTopic.cpp b/whisperTopic.cpp
index be93174e..4609c957 100644
--- a/whisperTopic.cpp
+++ b/whisperTopic.cpp
@@ -30,6 +30,7 @@ using namespace dev::shh;
BOOST_AUTO_TEST_SUITE(whisper)
+#if ALEX_HASH_FIXED_NETWORKING
BOOST_AUTO_TEST_CASE(topic)
{
cnote << "Testing Whisper...";
@@ -293,5 +294,6 @@ BOOST_AUTO_TEST_CASE(asyncforwarding)
BOOST_REQUIRE_EQUAL(result, 1);
}
+#endif
BOOST_AUTO_TEST_SUITE_END()