Add unittests on ActiveObject and BanManager class (#6866)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 1 Jan 2018 17:48:52 +0000 (18:48 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2018 17:48:52 +0000 (18:48 +0100)
commit0d6b58a772d515824afd83e8d9cfa9d2e56a1f91
tree4e9920e88be4bb77ebae7a3dab237af231a4314e
parent9f6d84aee33e1eb14b542fa36f82e0cd7b29e25c
Add unittests on ActiveObject and BanManager class (#6866)

* Add unittests on ActiveObject and BanManager class

This also permit to fix a bug in ban manager setting bans modified when no modification occurs
src/ban.cpp
src/unittest/CMakeLists.txt
src/unittest/test_activeobject.cpp [new file with mode: 0644]
src/unittest/test_ban.cpp [new file with mode: 0644]