aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorrfree2monero <rfreemonero@op.pl>2015-04-10 16:13:57 +0200
committerrfree2 <rfree@op.pl>2015-04-10 16:54:21 +0200
commit32c19c6c3d677564d217ba31c16fdfc84b4faf80 (patch)
tree04ff7dcf43840494a356485a9f377aab14212e56 /tests/unit_tests
parentMerge pull request #259 (diff)
downloadmonero-32c19c6c3d677564d217ba31c16fdfc84b4faf80.tar.xz
[fix] log level change. compilation: dns, tests
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/epee_boosted_tcp_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/epee_boosted_tcp_server.cpp b/tests/unit_tests/epee_boosted_tcp_server.cpp
index e0eddf672..bdeaa2bde 100644
--- a/tests/unit_tests/epee_boosted_tcp_server.cpp
+++ b/tests/unit_tests/epee_boosted_tcp_server.cpp
@@ -85,7 +85,7 @@ namespace
TEST(boosted_tcp_server, worker_threads_are_exception_resistant)
{
- test_tcp_server srv;
+ test_tcp_server srv(epee::net_utils::e_connection_type_RPC); // RPC disables network limit for unit tests
ASSERT_TRUE(srv.init_server(test_server_port, test_server_host));
std::mutex mtx;