Added comment to clarify test purpose
This commit is contained in:
parent
58ef1c2c5d
commit
cb2965991f
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE(tcp_tests)
|
BOOST_AUTO_TEST_SUITE(tcp_tests)
|
||||||
|
|
||||||
|
/***
|
||||||
|
* Running this test through valgrind will show
|
||||||
|
* a memory leak due to lack of logic in destructor.
|
||||||
|
* See https://github.com/bitshares/bitshares-fc/blob/51688042b0b9f99f03224f54fb937fe024fe5ced/src/asio.cpp#L152
|
||||||
|
*/
|
||||||
BOOST_AUTO_TEST_CASE(tcpconstructor_test)
|
BOOST_AUTO_TEST_CASE(tcpconstructor_test)
|
||||||
{
|
{
|
||||||
fc::tcp_socket socket;
|
fc::tcp_socket socket;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue