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:
Mark de Wever 2011-09-10 16:13:19 +00:00
parent b43d8c625d
commit 58f36829ef

View file

@ -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