Fix unit tests for android build

This commit is contained in:
Jörg-Christian Böhme
2018-03-04 21:26:08 +01:00
parent 73897b4357
commit 181fc0eea3
10 changed files with 29 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ void MulticastSocketTest::testMulticast()
}
catch(Poco::NotImplementedException e)
{
#ifndef POCO_ANDROID
#if POCO_OS != POCO_OS_ANDROID
throw e;
#endif
}