test: Remove QSKIP from tst_QSettings::dontReorderIniKeysNeedlessly()
Change-Id: I7b804592398869278e9a0fec982c235c41f2c3d7 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
This commit is contained in:
parent
aa49ad58ad
commit
dea233f0ac
@ -115,7 +115,7 @@ private slots:
|
|||||||
void setPath();
|
void setPath();
|
||||||
void setDefaultFormat();
|
void setDefaultFormat();
|
||||||
void dontCreateNeedlessPaths();
|
void dontCreateNeedlessPaths();
|
||||||
#if !defined(Q_OS_WIN)
|
#if !defined(Q_OS_WIN) && !defined(QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER)
|
||||||
void dontReorderIniKeysNeedlessly();
|
void dontReorderIniKeysNeedlessly();
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
@ -3017,12 +3017,10 @@ void tst_QSettings::dontCreateNeedlessPaths()
|
|||||||
QVERIFY(!fileInfo.dir().exists());
|
QVERIFY(!fileInfo.dir().exists());
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(Q_OS_WIN)
|
#if !defined(Q_OS_WIN) && !defined(QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER)
|
||||||
|
// This Qt build does not preserve ordering, as a code size optimization.
|
||||||
void tst_QSettings::dontReorderIniKeysNeedlessly()
|
void tst_QSettings::dontReorderIniKeysNeedlessly()
|
||||||
{
|
{
|
||||||
#ifdef QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER
|
|
||||||
QSKIP("This Qt build does not preserve ordering, as a code size optimization.");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This is a very strong test. It asserts that modifying
|
This is a very strong test. It asserts that modifying
|
||||||
|
Loading…
x
Reference in New Issue
Block a user