mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Fix unit tests for android build
This commit is contained in:
@@ -32,7 +32,7 @@ RedisTest::RedisTest(const std::string& name):
|
||||
_host("localhost"),
|
||||
_port(6379)
|
||||
{
|
||||
#ifdef POCO_ANDROID
|
||||
#if POCO_OS == POCO_OS_ANDROID
|
||||
_host = "10.0.2.2";
|
||||
#endif
|
||||
if (!_connected)
|
||||
|
||||
Reference in New Issue
Block a user