Reenable a unit test.
Since ANA won't be used as main network library any time soon re-enable the test.
This commit is contained in:
parent
b43d8c625d
commit
58f36829ef
1 changed files with 1 additions and 3 deletions
|
@ -25,10 +25,9 @@
|
|||
#include "thread.hpp"
|
||||
#include "filesystem.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "game_config.hpp"
|
||||
|
||||
/** @todo Convert to ANA. */
|
||||
#if 0
|
||||
/**
|
||||
* Test networking to prevent bugs there.
|
||||
* Try to create all kind of unlikely error conditions
|
||||
|
@ -299,4 +298,3 @@ BOOST_AUTO_TEST_CASE( test_shutdown )
|
|||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
/* vim: set ts=4 sw=4: */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue