mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
run testNumericLocale only on windows due to locale name cross platform issues
This commit is contained in:
@@ -527,7 +527,7 @@ void StringTest::testStringToFloatError()
|
|||||||
|
|
||||||
void StringTest::testNumericLocale()
|
void StringTest::testNumericLocale()
|
||||||
{
|
{
|
||||||
#if !defined(POCO_NO_LOCALE)
|
#if !defined(POCO_NO_LOCALE) && POCO_OS == POCO_OS_WINDOWS_NT
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
char dp = decimalSeparator();
|
char dp = decimalSeparator();
|
||||||
|
|||||||
Reference in New Issue
Block a user